Skip to content

Commit

Permalink
Fix Broken Doc Links (#17316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytes1027 authored Jan 7, 2025
1 parent b3d6591 commit 022aaf9
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: 'bug :bug:'
assignees: ''

---
<!-- Please also see the docs on how we manage issues: https://docs.orchardcore.net/en/latest/docs/guides/contributing/managing-issues/. -->
<!-- Please also see the docs on how we manage issues: https://docs.orchardcore.net/en/latest/docs/contributing/managing-issues/. -->
<!-- Please replace all placeholders such as this below. -->

### Describe the bug
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: enhancement
assignees: ''

---
<!-- Please also see the docs on how we manage issues: https://docs.orchardcore.net/en/latest/docs/guides/contributing/managing-issues/. -->
<!-- Please also see the docs on how we manage issues: https://docs.orchardcore.net/en/latest/docs/contributing/managing-issues/. -->
<!-- Please replace all placeholders such as this below. -->

### Is your feature request related to a problem?
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!--- Please make sure that you're familiar with our contribution guidelines before submitting a pull request: https://docs.orchardcore.net/en/latest/guides/contributing/. -->
<!--- Please make sure that you're familiar with our contribution guidelines before submitting a pull request: https://docs.orchardcore.net/en/latest/contributing/. -->
4 changes: 2 additions & 2 deletions .github/workflows/comment_issue_on_triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
# The double empty lines in the body are necessary; it'll show up as a single empty line in the comment.
BODY: >
We triaged this issue and set the milestone according to the priority we think is appropriate (see
[the docs](https://docs.orchardcore.net/en/latest/docs/guides/contributing/managing-issues/) on how we
[the docs](https://docs.orchardcore.net/en/latest/docs/contributing/managing-issues/) on how we
triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd
warmly welcome you to do that anytime. See our guide on contributions
[here](https://docs.orchardcore.net/en/latest/docs/guides/contributing/).
[here](https://docs.orchardcore.net/en/latest/docs/contributing/).
4 changes: 2 additions & 2 deletions .github/workflows/first_time_contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
Thank you for submitting your first issue, awesome! 🚀 We're thrilled to receive your input. If you haven't
completed the template yet, please take a moment to do so. This ensures that we fully understand your feature
request or bug report. On what happens next, see
[the docs](https://docs.orchardcore.net/en/latest/guides/contributing/managing-issues/#what-happens-after-you-open-an-issue).
[the docs](https://docs.orchardcore.net/en/latest/contributing/managing-issues/#what-happens-after-you-open-an-issue).
FIRST_PR_COMMENT: >
Thank you for submitting your first pull request, awesome! 🚀 If you haven't already, please take a moment
to review our [contribution guide](https://docs.orchardcore.net/en/latest/guides/contributing/). This
to review our [contribution guide](https://docs.orchardcore.net/en/latest/contributing/). This
guide provides helpful information to ensure your contribution aligns with our standards. A core team member
will review your pull request.
FIRST_PR_MERGED_COMMENT: >
Expand Down
24 changes: 24 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,30 @@ plugins:
- redirects:
redirect_maps:
'topics/docs-contributions/README.md': 'contributing/contributing-documentation.md'
'glossary/README.md': 'reference/glossary/README.md'
'guides/contributing/README.md': 'contributing/README.md'
'guides/contributing/managing-issues.md': 'contributing/managing-issues.md'
'guides/contributing/contributing-code.md': 'contributing/contributing-code.md'
'guides/contributing/reviewing-pull-requests.md': 'contributing/reviewing-pull-requests.md'
'guides/contributing/contributing-documentation.md': 'contributing/contributing-documentation.md'
'guides/contributing/benchmarking.md': 'contributing/benchmarking.md'
'resources/tutorials/README.md': 'getting-started/external-resources.md'
'resources/development-tools/README.md': 'getting-started/development-tools.md'
'resources/meeting/README.md': 'contributing/meetings.md'
'resources/branding/README.md': 'reference/branding/README.md'
'resources/libraries/README.md': 'reference/libraries/README.md'
'resources/owners/README.md': 'community/owners/README.md'
'reference/core/DisplayManagement/README.md': 'reference/modules/DisplayManagement/README.md'
'reference/core/Configuration/README.md': 'reference/modules/Configuration/README.md'
'reference/core/Placement/README.md': 'reference/modules/Placement/README.md'
'reference/core/Data/README.md': 'reference/modules/Data/README.md'
'reference/core/Apis.GraphQL.Abstractions/README.md': 'reference/modules/Apis.GraphQL.Abstractions/README.md'
'reference/core/KeyVault.Azure/README.md': 'reference/modules/KeyVault.Azure/README.md'
'reference/core/Logging.Serilog/README.md': 'reference/modules/Logging.Serilog/README.md'
'reference/core/Modules/README.md': 'reference/modules/Modules/README.md'
'reference/core/Razor/README.md': 'reference/modules/Razor/README.md'
'reference/core/Sanitizer/README.md': 'reference/modules/Sanitizer/README.md'
'reference/core/Shells/README.md': 'reference/modules/Shells/README.md'

# Page tree
nav:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<label class="form-check-label" asp-for="SanitizeHtml">@T["Sanitize Html"]</label>
<span class="hint dashed">
@T["Whether the Html is sanitized to prevent custom scripts."]
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/core/Sanitizer" target="_blank">@T["See documentation"]</a>
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Sanitizer" target="_blank">@T["See documentation"]</a>
</span>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label class="form-check-label" asp-for="SanitizeHtml">@T["Sanitize Html"]</label>
<span class="hint dashed">
@T["Whether the Html is sanitized to prevent custom scripts."]
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/core/Sanitizer" target="_blank">@T["See documentation"]</a>
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Sanitizer" target="_blank">@T["See documentation"]</a>
</span>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label class="form-check-label" asp-for="SanitizeHtml">@T["Sanitize Html"]</label>
<span class="hint dashed">
@T["Whether the Html output from the Markdown is sanitized to prevent custom scripts."]
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/core/Sanitizer" target="_blank">@T["See documentation"]</a>
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Sanitizer" target="_blank">@T["See documentation"]</a>
</span>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<label class="form-check-label" asp-for="SanitizeHtml">@T["Sanitize Html"]</label>
<span class="hint dashed">
@T["Whether the Html output is sanitized to prevent custom scripts."]
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/core/Sanitizer" target="_blank">@T["See documentation"]</a>
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Sanitizer" target="_blank">@T["See documentation"]</a>
</span>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label class="form-check-label" asp-for="SanitizeHtml">@T["Sanitize Html"]</label>
<span class="hint dashed">
@T["Whether the Html is sanitized to prevent custom scripts."]
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/core/Sanitizer" target="_blank">@T["See documentation"]</a>
<a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Sanitizer" target="_blank">@T["See documentation"]</a>
</span>
</div>
</div>
2 changes: 1 addition & 1 deletion src/docs/reference/branding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ Other formats:

# Fonts

We use the [Open Sans font family](https://fonts.google.com/specimen/Open+Sans). You can find all the font files in [the `assets/fonts` folder](https://github.com/OrchardCMS/OrchardCore/tree/dev/src/docs/resources/branding/assets/fonts) of this documentation page. Be sure to adhere to [the font's license](assets/fonts/LICENSE.txt).
We use the [Open Sans font family](https://fonts.google.com/specimen/Open+Sans). You can find all the font files in [the `assets/fonts` folder](https://github.com/OrchardCMS/OrchardCore/tree/main/src/docs/reference/branding/assets/fonts) of this documentation page. Be sure to adhere to [the font's license](assets/fonts/LICENSE.txt).

0 comments on commit 022aaf9

Please sign in to comment.