You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff docs/cli-schema.json docs/cli-schema.json.tmp || (echo "docs/cli-schema.json is out of date — run: dotnet run --project src/tooling/docs-builder -- __schema > docs/cli-schema.json" && exit 1)
166
+
rm docs/cli-schema.json.tmp
167
+
161
168
- name: Test
162
169
run: dotnet run --project build -c release -- unit-test
Copy file name to clipboardExpand all lines: docs/building-blocks/inbound-cross-links.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Inbound cross-link validation allows you to:
16
16
17
17
## How it works
18
18
19
-
A regular [build](../cli/docset/build.md) of a documentation set won't validate inbound links automatically.
19
+
A regular [build](../cli/build.md) of a documentation set won't validate inbound links automatically.
20
20
21
-
You have to use the [inbound-links validate-link-reference](../cli/links/inbound-links-validate-link-reference.md) after a build to validate all inbound links.
21
+
You have to use the [inbound-links validate-link-reference](../cli/inbound-links/validate-link-reference.md) after a build to validate all inbound links.
22
22
23
23
The reason for this is that validating all inbound links has to download all published [Link Index](link-index.md) files
24
24
for the current [Content Source](../configure/content-sources.md).
0 commit comments