Skip to content

Commit 056dbc9

Browse files
Merge pull request #1844 from kris6673/docs-link-fix-v3
Fixes for 404 links to the old docs
2 parents 9ac1a99 + 7a52b0a commit 056dbc9

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
1212
- Please search the existing feature request to see if there has been a similar issue filed.
1313
14-
- If a feature has been filed before, but not followed up by a contributor, you can develop the feature yourself by checking the development documentation [here](https://cipp.app/docs/dev/).
14+
- If a feature has been filed before, but not followed up by a contributor, you can develop the feature yourself by checking the development documentation [here](https://docs.cipp.app/dev-documentation/cipp-dev-guide/setting-up-for-local-development).
1515
1616
- Repeat feature requests are allowed if the previous request has been closed for more than 30 days
1717

.github/workflows/Close_Stale_Issues_and_PRs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@v4
1111
with:
12-
stale-issue-message: 'This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://cipp.app/GettingStarted/Contributions/ . Please notify the team if you are working on this yourself.'
12+
stale-issue-message: 'This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.'
1313
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
1414
stale-issue-label: 'no-activity'
1515
exempt-issue-labels: 'planned'

.github/workflows/Comment_on_Issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
issue-number: ${{ github.event.issue.number }}
1818
body: |
19-
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://kelvintegelaar.github.io/CIPP
19+
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
2020
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.".
2121
2222
Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
@@ -35,5 +35,5 @@ jobs:
3535
Your current priority is set to "No Priority". No Priority Feature requests automatically get closed in two days if a contributor does not accept the FR.
3636
3737
If you are a sponsor you can request an upgrade of priority. To upgrade the priority type "I would like to upgrade the priority".
38-
If you want this feature to be integrated you can always do this yourself by checking out our contributions guide at https://cipp.app/docs/dev/. Contributors to the CIPP project reserve the right to close feature requests at will.
38+
If you want this feature to be integrated you can always do this yourself by checking out our contributions guide at https://docs.cipp.app/dev-documentation/contributing-to-the-code. Contributors to the CIPP project reserve the right to close feature requests at will.
3939
If you'd like this feature request to be assigned to you, please comment "I would like to work on this please!".

src/views/cipp/CIPPSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const GeneralSettings = () => {
402402
documentation on how to add permissions{' '}
403403
<a
404404
target="_blank"
405-
href="https://cipp.app/docs/user/gettingstarted/permissions/#manual-sam-setup"
405+
href="https://docs.cipp.app/setup/installation/permissions#manual-permissions"
406406
>
407407
here
408408
</a>

src/views/endpoint/intune/MEMAddPolicy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ const AddPolicy = () => {
130130
<h3 className="text-primary">Step 2</h3>
131131
<h5 className="card-title mb-4">
132132
Enter the raw JSON for this policy. See{' '}
133-
<a href="https://cipp.app/EndpointManagement/IntunePolicyTemplates">this</a> for more
133+
<a href="https://docs.cipp.app/user-documentation/endpoint/mem/add-policy-template">
134+
this
135+
</a>{' '}
134136
information.
135137
</h5>
136138
</center>

src/views/tenant/administration/GDAPWizard.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ const GDAPWizard = () => {
5454
<hr className="my-4" />
5555
<CCallout color="info">
5656
The GDAP migration tool requires setup. Please check the documentation{' '}
57-
<a
58-
className="mb-2"
59-
href="https://cipp.app/docs/user/usingcipp/GDAP/migration/"
60-
target="_blank"
61-
>
57+
<a className="mb-2" href="https://docs.cipp.app/setup/gdap/index" target="_blank">
6258
here.
6359
</a>
6460
<br /> <br />

src/views/tenant/standards/ApplyStandard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const ApplyStandard = () => {
8383
>
8484
<CCallout color="danger">
8585
Ensure you read{' '}
86-
<a href="https://cipp.app/docs/user/usingcipp/tenantadministration/standards/#meet-the-standards">
86+
<a href="https://docs.cipp.app/user-documentation/tenant/standards/apply-standard">
8787
the documentation fully
8888
</a>{' '}
8989
before proceeding with this wizard. Some of the changes cannot be reverted by CIPP.

0 commit comments

Comments
 (0)