diff --git a/docs/guides/hosting_the_community_solid_server_in_an_azure_app_service.md b/docs/guides/hosting_the_community_solid_server_in_an_azure_app_service.md index efc1be4..a85f545 100644 --- a/docs/guides/hosting_the_community_solid_server_in_an_azure_app_service.md +++ b/docs/guides/hosting_the_community_solid_server_in_an_azure_app_service.md @@ -4,12 +4,12 @@ One of the challenges associated with developing applications and getting starte The [Community Solid Server](https://communitysolidserver.github.io/CommunitySolidServer/) (CSS), [developed](https://solidlab.be/community-solid-server/) by imec research groups at Ghent University, provides a good base for experimentation. -The repository [solid/css-azure-app-service](https://github.com/solid/css-azure-app-service) provides: +The repository [solid/css-azure-app-service](https://github.com/solid-contrib/css-azure-app-service) provides: -1. A CSS [configuration](https://github.com/solid/css-azure-app-service/blob/main/config/config.json) that focuses on standard Solid features and provides a simple single pod hosting service (see [CSS configuration](https://github.com/CommunitySolidServer/CommunitySolidServer?tab=readme-ov-file#configure-your-server)); -1. A step by step [guide](https://github.com/solid/css-azure-app-service/blob/main/README.md) to deploying CSS to an Azure App Service; -1. An infrastructure as code [template](https://github.com/solid/css-azure-app-service/blob/main/infrastructure/template.json) to facilitate deployment; -1. A few [sample files](https://github.com/solid/css-azure-app-service/tree/main/data) that can be used to setup your Solid Server (an Azure blob storage is used for Solid resources persistance, so you can upload files directly from the Azure UI when you want to setup or change your server's access control and resources). +1. A CSS [configuration](https://github.com/solid-contrib/css-azure-app-service/blob/main/config/config.json) that focuses on standard Solid features and provides a simple single pod hosting service (see [CSS configuration](https://github.com/CommunitySolidServer/CommunitySolidServer?tab=readme-ov-file#configure-your-server)); +1. A step by step [guide](https://github.com/solid-contrib/css-azure-app-service/blob/main/README.md) to deploying CSS to an Azure App Service; +1. An infrastructure as code [template](https://github.com/solid-contrib/css-azure-app-service/blob/main/infrastructure/template.json) to facilitate deployment; +1. A few [sample files](https://github.com/solid-contrib/css-azure-app-service/tree/main/data) that can be used to setup your Solid Server (an Azure blob storage is used for Solid resources persistance, so you can upload files directly from the Azure UI when you want to setup or change your server's access control and resources). ## Note diff --git a/docs/guides/solid_nextjs_ldo_demo_application.md b/docs/guides/solid_nextjs_ldo_demo_application.md index 9394472..dbecc1f 100644 --- a/docs/guides/solid_nextjs_ldo_demo_application.md +++ b/docs/guides/solid_nextjs_ldo_demo_application.md @@ -2,15 +2,15 @@ This is a tutorial on how to create a Solid Application using [Next.js](https://nextjs.org/), [LDO](https://ldo.js.org/latest/) and [ACP](https://solidproject.org/TR/acp). -The following instructions are meant to guide you through running the Solid Next ldo Demo Application ([code is available on github](https://github.com/solid/solid-next-ldo-demo/)). +The following instructions are meant to guide you through running the Solid Next ldo Demo Application ([code is available on github](https://github.com/solid-contrib/solid-next-ldo-demo/)). ## Prerequisite -Download the [solid/solid-next-ldo-demo](https://github.com/solid/solid-next-ldo-demo/) code on GitHub. +Download the [solid/solid-next-ldo-demo](https://github.com/solid-contrib/solid-next-ldo-demo/) code on GitHub. ## How To -Follow the [README instructions](https://github.com/solid/solid-next-ldo-demo) to setup and run the demo app. +Follow the [README instructions](https://github.com/solid-contrib/solid-next-ldo-demo) to setup and run the demo app. The application code is commented to help you understand and learn a simple solid application development pattern. @@ -26,4 +26,4 @@ You could [create a Pod](https://solidproject.org/get_a_pod) with one of the exi Or you could host your own Pod with the Community Solid Server. -You can follow the instructions in [solid/css-azure-app-service](https://github.com/solid/css-azure-app-service) to deploy the CSS to Azure. +You can follow the instructions in [solid/css-azure-app-service](https://github.com/solid-contrib/css-azure-app-service) to deploy the CSS to Azure. diff --git a/docs/guides/solid_nextjs_wrapper_demo_application.md b/docs/guides/solid_nextjs_wrapper_demo_application.md index 5fdb05e..bfd6ed6 100644 --- a/docs/guides/solid_nextjs_wrapper_demo_application.md +++ b/docs/guides/solid_nextjs_wrapper_demo_application.md @@ -2,15 +2,15 @@ This is a tutorial on how to create a Solid Application using [Next.js](https://nextjs.org/), [RDF/JS Wrapper](https://github.com/rdfjs/wrapper) and [ACP](https://solidproject.org/TR/acp). -The following instructions are meant to guide you through running the Solid Next Wrapper Demo Application ([code is available on github](https://github.com/solid/solid-next-wrapper-demo)). +The following instructions are meant to guide you through running the Solid Next Wrapper Demo Application ([code is available on github](https://github.com/solid-contrib/solid-next-wrapper-demo)). ## Prerequisite -Download the [solid/solid-next-wrapper-demo](https://github.com/solid/solid-next-wrapper-demo/) code on GitHub. +Download the [solid/solid-next-wrapper-demo](https://github.com/solid-contrib/solid-next-wrapper-demo/) code on GitHub. ## How To -Follow the [README instructions](https://github.com/solid/solid-next-wrapper-demo) to setup and run the demo app. +Follow the [README instructions](https://github.com/solid-contrib/solid-next-wrapper-demo) to setup and run the demo app. The application code is commented to help you understand and learn a simple solid application development pattern. @@ -26,4 +26,4 @@ You could [create a Pod](https://solidproject.org/get_a_pod) with one of the exi Or you could host your own Pod with the Community Solid Server. -You can follow the instructions in [solid/css-azure-app-service](https://github.com/solid/css-azure-app-service) to deploy the CSS to Azure. +You can follow the instructions in [solid/css-azure-app-service](https://github.com/solid-contrib/css-azure-app-service) to deploy the CSS to Azure.