Skip to content

Commit d5eee9d

Browse files
committed
add versioning to fix broken links
1 parent c3e34a7 commit d5eee9d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

content/github/creating-cloning-and-archiving-repositories/about-repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Each person and organization can own unlimited repositories and invite an unlimi
2222
{% endif %}
2323

2424
You can use repositories to manage your work and collaborate with others.
25-
- You can use issues to collect user feedback, report software bugs, and organize tasks you'd like to accomplish. For more information, see "[About issues](/github/managing-your-work-on-github/about-issues)."
26-
- {% data reusables.discussions.you-can-use-discussions %}
25+
- You can use issues to collect user feedback, report software bugs, and organize tasks you'd like to accomplish. For more information, see "[About issues](/github/managing-your-work-on-github/about-issues)."{% if currentVersion == "free-pro-team@latest" %}
26+
- {% data reusables.discussions.you-can-use-discussions %}{% endif %}
2727
- You can use pull requests to propose changes to a repository. For more information, see "[About pull requests](/github/collaborating-with-issues-and-pull-requests/about-pull-requests)."
2828
- You can use project boards to organize and prioritize your issues and pull requests. For more information, see "[About project boards](/github/managing-your-work-on-github/about-project-boards)."
2929

content/github/getting-started-with-github/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Below is a list of some of the available keyboard shortcuts.
3333
|-----------|------------
3434
|<kbd>g</kbd> <kbd>c</kbd> | Go to the **Code** tab
3535
|<kbd>g</kbd> <kbd>i</kbd> | Go to the **Issues** tab. For more information, see "[About issues](/articles/about-issues)."
36-
|<kbd>g</kbd> <kbd>p</kbd> | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
36+
|<kbd>g</kbd> <kbd>p</kbd> | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
3737
|<kbd>g</kbd> <kbd>a</kbd> | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %}
3838
|<kbd>g</kbd> <kbd>b</kbd> | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)."
3939
|<kbd>g</kbd> <kbd>w</kbd> | Go to the **Wiki** tab. For more information, see "[About wikis](/articles/about-wikis)."

content/github/managing-your-work-on-github/about-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ versions:
1414

1515
You can collect user feedback, report software bugs, and organize tasks you'd like to accomplish with issues in a repository. Issues can act as more than just a place to report software bugs.
1616

17+
{% if currentVersion == "free-pro-team@latest" %}
1718
Other conversations are more suitable for discussions. {% data reusables.discussions.you-can-use-discussions %}
1819

1920
{% data reusables.discussions.you-cannot-convert-a-discussion %}
21+
{% endif %}
2022

2123
{% data reusables.pull_requests.close-issues-using-keywords %}
2224

0 commit comments

Comments
 (0)