Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f0bdfc

Browse files
author
Peter Bengtsson
authored
cleaning up trailing slash redirects (part 2) (#23536)
1 parent 3c89f2f commit 3f0bdfc

25 files changed

Lines changed: 56 additions & 56 deletions

content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Finding ways to contribute to open source on GitHub
33
intro: 'You can find ways to contribute to open source projects on {% data variables.product.product_location %} that are relevant to you.'
44
permissions: '{% data reusables.enterprise-accounts.emu-permission-interact %}'
55
redirect_from:
6-
- /articles/where-can-i-find-open-source-projects-to-work-on/
7-
- /articles/finding-interesting-projects-on-github/
8-
- /articles/about-official-github-mirrors/
9-
- /articles/about-github-mirrors/
6+
- /articles/where-can-i-find-open-source-projects-to-work-on
7+
- /articles/finding-interesting-projects-on-github
8+
- /articles/about-official-github-mirrors
9+
- /articles/about-github-mirrors
1010
- /articles/finding-open-source-projects-on-github
1111
- /github/getting-started-with-github/finding-open-source-projects-on-github
1212
- /github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github

content/get-started/exploring-projects-on-github/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Exploring projects on GitHub
33
intro: 'Discover interesting projects on {% data variables.product.product_name %} and contribute to open source by collaborating with other people.'
44
redirect_from:
5-
- /categories/stars/
6-
- /categories/87/articles/
7-
- /categories/exploring-projects-on-github/
5+
- /categories/stars
6+
- /categories/87/articles
7+
- /categories/exploring-projects-on-github
88
- /articles/exploring-projects-on-github
9-
- /github/getting-started-with-github/exploring-projects-on-github/
9+
- /github/getting-started-with-github/exploring-projects-on-github
1010
versions:
1111
fpt: '*'
1212
ghes: '*'

content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Saving repositories with stars
33
intro: 'You can star repositories and topics to keep track of projects you find interesting{% ifversion fpt or ghec %} and discover related content in your news feed{% endif %}.'
44
redirect_from:
5-
- /articles/stars/
6-
- /articles/about-stars/
7-
- /articles/browsing-friends-stars/
8-
- /articles/managing-your-stars/
5+
- /articles/stars
6+
- /articles/about-stars
7+
- /articles/browsing-friends-stars
8+
- /articles/managing-your-stars
99
- /articles/saving-repositories-with-stars
1010
- /github/getting-started-with-github/saving-repositories-with-stars
1111
- /github/getting-started-with-github/exploring-projects-on-github/saving-repositories-with-stars

content/get-started/getting-started-with-git/about-remote-repositories.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: About remote repositories
33
redirect_from:
4-
- /articles/working-when-github-goes-down/
5-
- /articles/sharing-repositories-without-github/
4+
- /articles/working-when-github-goes-down
5+
- /articles/sharing-repositories-without-github
66
- /articles/about-remote-repositories
7-
- /articles/which-url-should-i-use/
7+
- /articles/which-url-should-i-use
88
- /articles/which-remote-url-should-i-use
99
- /github/using-git/which-remote-url-should-i-use
1010
- /github/using-git/about-remote-repositories

content/get-started/getting-started-with-git/associating-text-editors-with-git.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Associating text editors with Git
33
intro: Use a text editor to open and edit your files with Git.
44
redirect_from:
5-
- /textmate/
6-
- /articles/using-textmate-as-your-default-editor/
7-
- /articles/using-sublime-text-2-as-your-default-editor/
5+
- /textmate
6+
- /articles/using-textmate-as-your-default-editor
7+
- /articles/using-sublime-text-2-as-your-default-editor
88
- /articles/associating-text-editors-with-git
99
- /github/using-git/associating-text-editors-with-git
1010
- /github/getting-started-with-github/associating-text-editors-with-git

content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Caching your GitHub credentials in Git
33
redirect_from:
4-
- /firewalls-and-proxies/
4+
- /firewalls-and-proxies
55
- /articles/caching-your-github-password-in-git
66
- /github/using-git/caching-your-github-password-in-git
77
- /github/using-git/caching-your-github-credentials-in-git

content/get-started/getting-started-with-git/configuring-git-to-handle-line-endings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Configuring Git to handle line endings
33
intro: 'To avoid problems in your diffs, you can configure Git to properly handle line endings.'
44
redirect_from:
5-
- /dealing-with-lineendings/
6-
- /line-endings/
7-
- /articles/dealing-with-line-endings/
5+
- /dealing-with-lineendings
6+
- /line-endings
7+
- /articles/dealing-with-line-endings
88
- /articles/configuring-git-to-handle-line-endings
99
- /github/using-git/configuring-git-to-handle-line-endings
1010
- /github/getting-started-with-github/configuring-git-to-handle-line-endings

content/get-started/getting-started-with-git/git-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Git workflows
33
intro: '{% data variables.product.prodname_dotcom %} flow is a lightweight, branch-based workflow that supports teams and projects that deploy regularly.'
44
redirect_from:
5-
- /articles/what-is-a-good-git-workflow/
5+
- /articles/what-is-a-good-git-workflow
66
- /articles/git-workflows
77
- /github/using-git/git-workflows
88
- /github/getting-started-with-github/git-workflows

content/get-started/getting-started-with-git/ignoring-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Ignoring files
33
redirect_from:
4-
- /git-ignore/
5-
- /ignore-files/
4+
- /git-ignore
5+
- /ignore-files
66
- /articles/ignoring-files
77
- /github/using-git/ignoring-files
88
- /github/getting-started-with-github/ignoring-files

content/get-started/getting-started-with-git/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from:
66
- /github/using-git/getting-started-with-git-and-github
77
- /github/using-git/learning-about-git
88
- /articles/learning-about-git
9-
- /github/getting-started-with-github/getting-started-with-git/
9+
- /github/getting-started-with-github/getting-started-with-git
1010
versions:
1111
fpt: '*'
1212
ghes: '*'

0 commit comments

Comments
 (0)