From 4ab68c86d42c3eab6717da838f9f496178941fe5 Mon Sep 17 00:00:00 2001 From: Patrick Lafrance Date: Thu, 19 Oct 2023 20:51:00 -0400 Subject: [PATCH] docs: Fixed samples links (#97) --- docs/samples.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/samples.md b/docs/samples.md index 9a5b16394..b2f9d172e 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -5,16 +5,18 @@ icon: command-palette ## Squide "basic" sample -- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/host) -- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/remote-module) -- :icon-mark-github: [Another remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/another-remote-module) -- :icon-mark-github: [Local module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/local-module) -- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/shell) -- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/shared) +- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/host) +- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/remote-module) +- :icon-mark-github: [Another remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/another-remote-module) +- :icon-mark-github: [Local module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/local-module) +- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/shell) +- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/shared) - :icon-cloud: [Live sample](https://squide-basic-host.netlify.app/) ## Squide sample with "endpoints" -- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/sample/endpoints/host) -- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/endpoints/remote-module) +- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/host) +- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/remote-module) +- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/shell) +- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/shared) - :icon-cloud: [Live sample](https://squide-endpoints-host.netlify.app/)