Skip to content

Commit b7b03b3

Browse files
Merge pull request #9382 from ShapelessCat/fix-links-in-docs
Fix all the redirection links in deprecated docs
2 parents 21a90aa + 02e581f commit b7b03b3

13 files changed

+13
-13
lines changed

docs/docs/reference/contextual/delegates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: doc-page
33
title: "Given Instances"
44
---
55

6-
The contents of this page have [moved](./givens.html).
6+
The contents of this page have [moved](./givens.md).

docs/docs/reference/contextual/given-clauses.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ layout: doc-page
33
title: "Given Parameters"
44
---
55

6-
The contents of this page have [moved](./using-clauses.html).
6+
The contents of this page have [moved](./using-clauses.md).
77

docs/docs/reference/contextual/implicit-by-name-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ layout: doc-page
33
title: "Implicit By-Name Parameters"
44
---
55

6-
The contents of this page have [moved](./by-name-context-parameters.html).
6+
The contents of this page have [moved](./by-name-context-parameters.md).
77

docs/docs/reference/contextual/implicit-function-types-spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ layout: doc-page
33
title: "Implicit Function Types - More Details"
44
---
55

6-
The contents of this page have [moved](./context-functions-spec.html).
6+
The contents of this page have [moved](./context-functions-spec.md).
77

docs/docs/reference/contextual/implicit-function-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: doc-page
33
title: "Implicit Function Types"
44
---
55

6-
The contents of this page have [moved](./context-functions.html).
6+
The contents of this page have [moved](./context-functions.md).

docs/docs/reference/contextual/import-delegate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ layout: doc-page
33
title: "Import Given"
44
---
55

6-
The contents of this page have [moved](./given-imports.html).
6+
The contents of this page have [moved](./given-imports.md).
77

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./given-imports.html).
1+
The contents of this page have [moved](./given-imports.md).
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./by-name-context-parameters.html).
1+
The contents of this page have [moved](./by-name-context-parameters.md).
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./using-clauses.html).
1+
The contents of this page have [moved](./using-clauses.md).
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./givens.html).
1+
The contents of this page have [moved](./givens.md).
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./context-functions-spec.html).
1+
The contents of this page have [moved](./context-functions-spec.md).
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The contents of this page have [moved](./context-functions.html).
1+
The contents of this page have [moved](./context-functions.md).

docs/docs/reference/other-new-features/implicit-by-name-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
layout: doc-page
33
title: "Implicit By-Name Parameters"
44
---
5-
The contents of this page have [moved](../contextual/by-name-context-parameters.html).
5+
The contents of this page have [moved](../contextual/by-name-context-parameters.md).

0 commit comments

Comments
 (0)