Skip to content

Commit af41e4a

Browse files
committed
update contributing docs
1 parent b3a2ea4 commit af41e4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contributing/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more detailed instructions, please see this [VS Code recipe](https://github.
4848

4949
While running the local server, you can visit [localhost:4000/dev-toc](http://localhost:4000/dev-toc) to view a top-level TOC of all the content in the site. This page is not available on https://docs.github.com. It was created for internal GitHub writers' use.
5050

51-
At the `/dev-toc` path, you'll see a list of available versions. Click a version, and a list of products will appear. Note that the TOC content is versioned. If you are viewing `free-pro-team@latest` and you click the `Enterprise Admin` product, it will be empty, because there isn't any Admin content available on that version.
51+
At the `/dev-toc` path, you'll see a list of available versions. Click a version, and a list of products will appear. Note that the TOC content is versioned. If you are viewing the `GitHub.com` version and you click the `Enterprise Admin` product, it will be empty, because there isn't any Admin content available on that version.
5252

5353
## Site structure
5454

contributing/permalinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Because the site is dynamic, it does not build HTML files for each different ver
44

55
For example, an article that is available in currently supported versions will have permalink URLs like the following:
66

7-
* `/en/free-pro-team@latest/github/getting-started-with-github/set-up-git`
7+
* `/en/github/getting-started-with-github/set-up-git`
88
* `/en/enterprise-server@2.22/github/getting-started-with-github/set-up-git`
99
* `/en/enterprise-server@2.21/github/getting-started-with-github/set-up-git`
1010
* `/en/enterprise-server@2.20/github/getting-started-with-github/set-up-git`
1111
* `/en/enterprise-server@2.19/github/getting-started-with-github/set-up-git`
1212

1313
An article that is not available in Enterprise will have just one permalink:
1414

15-
* `/en/free-pro-team@latest/github/getting-started-with-github/set-up-git`
15+
* `/en/github/getting-started-with-github/set-up-git`
1616

1717
**If you are a content contributor:** You don't need to worry about supported versions when adding a link to a document. Following the examples above, if you want to reference an article you can just use its relative location:
1818

0 commit comments

Comments
 (0)