diff --git a/docs/v13/documentation/github-desktop.md b/docs/v13/documentation/github-desktop.md index 92d24ced..6dc57505 100644 --- a/docs/v13/documentation/github-desktop.md +++ b/docs/v13/documentation/github-desktop.md @@ -11,8 +11,6 @@ Some concepts: - GitHub Desktop - an app that puts your code on GitHub (so that you can collaborate with others in your team) - Repository/repo - a project stored in Git -If you are new to these concepts, [follow GitHub’s get started exercise](https://docs.github.com/en/get-started/quickstart/hello-world). - ## Set up GitHub Desktop 1. [Create a free GitHub account](https://github.com/join). @@ -50,3 +48,5 @@ Do not worry if you get this warning - this is the correct process. 3. Click **publish repository.** Your prototype code is now on GitHub, which means other people can see and collaborate on your code. + +> [Find out more about how to use GitHub Desktop](https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop) diff --git a/docs/v13/documentation/install/requirements-linux.md.njk b/docs/v13/documentation/install/requirements-linux.md.njk index e7d209f9..8abe6c67 100644 --- a/docs/v13/documentation/install/requirements-linux.md.njk +++ b/docs/v13/documentation/install/requirements-linux.md.njk @@ -35,7 +35,7 @@ You'll need to use the terminal to create, start and stop prototypes. Using a te * `ctrl` and `p` = search for a file in your project * `ctrl` and `f` = search for something in your file - You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks). + [Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics) " }) }} diff --git a/docs/v13/documentation/install/requirements-mac.md.njk b/docs/v13/documentation/install/requirements-mac.md.njk index ab6ce99f..f1f07e85 100644 --- a/docs/v13/documentation/install/requirements-mac.md.njk +++ b/docs/v13/documentation/install/requirements-mac.md.njk @@ -40,7 +40,7 @@ There are 2 ways that you can run the terminal using spotlight: * `command` and `p` = search for a file in your project * `command` and `f` = search for something in your file - You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks). + [Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics) " }) }} diff --git a/docs/v13/documentation/install/requirements-windows.md.njk b/docs/v13/documentation/install/requirements-windows.md.njk index 6c7c20df..b446be93 100644 --- a/docs/v13/documentation/install/requirements-windows.md.njk +++ b/docs/v13/documentation/install/requirements-windows.md.njk @@ -51,7 +51,7 @@ These two code editors are popular, well established and fairly accessible: * `ctrl` and `p` = search for a file in your project * `ctrl` and `f` = search for something in your file - You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks). + [Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics) " }) }} diff --git a/docs/v13/documentation/session.md b/docs/v13/documentation/session.md index dc103aa3..3bc30192 100644 --- a/docs/v13/documentation/session.md +++ b/docs/v13/documentation/session.md @@ -90,8 +90,3 @@ Or in views as: {{ data['claimant']['last-name'] }} {{ data['partner']['first-name'] }} {{ data['partner']['last-name'] }} -``` - -An [example using express-session to store page views for a user](https://github.com/expressjs/session#example) - -Read more about the [Express Session](https://github.com/expressjs/session)