Skip to content

Commit c11d5e4

Browse files
.Net: Exclude folders having docs with not reachable links (#12924)
Exclude folders with documents containing unreachable links and remove files that were previously excluded because the links they contained have become reachable.
1 parent 4b60913 commit c11d5e4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/.linkspector.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ ignorePatterns:
99
- pattern: "./pulls"
1010
- pattern: "https:\/\/platform.openai.com"
1111
- pattern: "https:\/\/outlook.office.com/bookings"
12-
excludedFiles:
13-
# Files that are temporarily excluded because they contain links that are temporarily unavailable.
14-
- ./dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/README.md # Cannot reach https://docs.dapr.io/getting-started/install-dapr-selfhost/. Status: 404" location:{path:"dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/README.md"
15-
- ./python/DEV_SETUP.md # "Cannot reach https://code.visualstudio.com/docs/editor/workspaces. Status: 404"
1612
excludedDirs:
1713
# Folders which include links to localhost, since it's not ignored with regular expressions
1814
- ./python/samples/demos/telemetry
@@ -22,6 +18,8 @@ excludedDirs:
2218
# Exclude folders that contain documents with links prone to becoming broken and temporarily unavailable. This should be removed when the link checker is implemented as a background job that does not block PRs.
2319
- ./docs/decisions
2420
- ./dotnet/samples
21+
- ./dotnet/src/IntegrationTests # Cannot reach https://www.microsoft.com/en-us/bing/apis/bing-web-search-api Status: 404" location:{path:"dotnet/src/IntegrationTests/README.md"
22+
- ./dotnet/src/Experimental/Orchestration.Flow.IntegrationTests # Cannot reach https://www.microsoft.com/en-us/bing/apis/bing-web-search-api Status: 404" location:{path:"dotnet/src/Experimental/Orchestration.Flow.IntegrationTests/README.md"
2523
- ./python/samples
2624
baseUrl: https://github.com/microsoft/semantic-kernel/
2725
aliveStatusCodes:

python/DEV_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Alternatively you can run the VSCode task `Python: Install` to run the same comm
7373

7474
Install the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for VSCode.
7575

76-
Open the workspace in [VSCode](https://code.visualstudio.com/docs/editor/workspaces).
76+
Open the workspace in [VSCode](https://code.visualstudio.com/docs/editing/workspaces/workspaces).
7777
> The workspace for python should be rooted in the `./python` folder.
7878
7979
Open any of the `.py` files in the project and run the `Python: Select Interpreter`

0 commit comments

Comments
 (0)