Skip to content

Commit 776e725

Browse files
kotpkytrinyx
authored andcommitted
Remove old help site links
Closes exercism#323 References exercism/todo#181
1 parent 3aacd62 commit 776e725

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If there are more details to add, put those into the body of the commit message.
4848

4949
If you're interested, Tim Pope even has an [entire blog post](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) on good commit messages.
5050

51-
If you're new to Git take a look at [this short guide](http://help.exercism.io/git-workflow.html).
51+
If you're new to Git take a look at [this short guide](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#git-basics).
5252

5353
## License
5454

docs/TOOLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This is a Visual Studio template that comes pre-configured to work on the proble
1212

1313
1. Download the [Exercism.io Visual Studio Template](https://github.com/rprouse/Exercism.VisualStudio) from GitHub by clicking the Download Zip button on the page.
1414
2. Unzip the template into your exercises directory, for example `C:\src\exercises`
15-
2. Install the [Exercism CLI](http://help.exercism.io/installing-the-cli.html)
15+
2. Install the [Exercism CLI](http://exercism.io/cli)
1616
3. Open a command prompt to your exercise directory
1717
4. Add your API key to exercism `exercism configure --key=YOUR_API_KEY`
1818
5. Configure your source directory in exercism `exercism configure --dir=C:\src\exercises`
19-
6. [Fetch your first exercise](http://help.exercism.io/fetching-exercises.html) `exercism fetch python`
19+
6. [Fetch your first exercise](http://exercism.io/languages/python) `exercism fetch python hello-world`
2020
7. Open the Exercism solution in Visual Studio
2121
8. Expand the Exercism.python project
2222
9. Click on **Show All Files** in Solution Explorer (See below)

0 commit comments

Comments
 (0)