Skip to content

Commit 78b8978

Browse files
authored
📝 (index.md): update documentation links and correct preview URL (#2516)
Update the "Getting Started" link to point directly to the index.md file for better navigation. Remove the redundant "How To Migrate Things" link to streamline the documentation. Correct the preview documentation URL to ensure users are directed to the correct preview site. These changes improve the accuracy and usability of the documentation.
2 parents 69578de + 50fd3ff commit 78b8978

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/workflows/MigrationToolsTelemetery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish
3333
run: dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
3434
- name: Publish Artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: functionapp
3838
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
@@ -41,7 +41,7 @@ jobs:
4141
needs: build
4242
steps:
4343
- name: Download artifact from build job
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: functionapp
4747
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
$newBranchName = "contrib/$branchName"
7070
git checkout -b $newBranchName
7171
- name: Install GitVersion
72-
uses: gittools/actions/gitversion/setup@v1.1.1
72+
uses: gittools/actions/gitversion/setup@v3.0.2
7373
with:
7474
versionSpec: '5.x'
7575
includePrerelease: true
7676
- name: Execute GitVersion
7777
id: gitversion
78-
uses: gittools/actions/gitversion/execute@v1.1.1
78+
uses: gittools/actions/gitversion/execute@v3.0.2
7979
with:
8080
useConfigFile: true
8181
- uses: dorny/paths-filter@v3
@@ -273,7 +273,7 @@ jobs:
273273
GitVersion_MajorMinorPatch: ${{ needs.Setup.outputs.GitVersion_MajorMinorPatch }}
274274
steps:
275275
- name: Set up JDK 17
276-
uses: actions/setup-java@v2
276+
uses: actions/setup-java@v4
277277
if: ${{ !(github.event.pull_request.head.repo.fork) }}
278278
with:
279279
java-version: 17

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/stale@v1
13+
- uses: actions/stale@v9
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-label: 'no-issue-activity'

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ For the most part we support moving data between `((Azure DevOps Server | Team F
5454

5555
- [Installation](/setup/installation.md)
5656
- [Permissions](/setup/permissions.md)
57-
- [Getting Started](/getting-started/)
57+
- [Getting Started](/getting-started/index.md)
5858
- [Configuration Reference](./Reference/)
5959
- [FAQ](faq.md)
6060
- [Support](support.md)
61-
- [How To Migrate Things](./HowTo/index.md)
6261
- [Community Support](https://github.com/nkdAgility/azure-devops-migration-tools/discussions)
6362
- [Commercial Support](https://nkdagility.com/capabilities/azure-devops-migration-services/)
6463

65-
The documentation for the preview is on [Preview](https://nkdagility.com/docs/azure-devops-migration-tools/preview/)]
64+
The documentation for the preview is on [Preview](https://preview.nkdagility.com/docs/azure-devops-migration-tools/)]
6665

6766
#### External Walkthroughs and Reviews
6867

0 commit comments

Comments
 (0)