diff options
| author | Clément Pit-Claudel | 2020-05-16 13:37:54 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-05-16 13:37:54 -0400 |
| commit | 8df74ac6822c493d161d9e2b87472bd89e5e5d26 (patch) | |
| tree | e8bafbaf5a4e92ac1637a812f88c0a0a70213bee /doc | |
| parent | 2b0df4db404a1eb5b149e87ae0d23a5352b18f67 (diff) | |
| parent | 3324759d296145eeb52bcf1051d4fcc45af91fe4 (diff) | |
Merge PR #12330: Add redirects for HTML pages that were moved.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/addendum/canonical-structures.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/addendum/extended-pattern-matching.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/language/gallina-extensions.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/language/gallina-specification-language.rst | 5 | ||||
| -rw-r--r-- | doc/sphinx/language/module-system.rst | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/doc/sphinx/addendum/canonical-structures.rst b/doc/sphinx/addendum/canonical-structures.rst new file mode 100644 index 0000000000..5febfdc325 --- /dev/null +++ b/doc/sphinx/addendum/canonical-structures.rst @@ -0,0 +1,5 @@ +:orphan: + +.. raw:: html + + <meta http-equiv="refresh" content="0;URL=../language/extensions/canonical.html"> diff --git a/doc/sphinx/addendum/extended-pattern-matching.rst b/doc/sphinx/addendum/extended-pattern-matching.rst new file mode 100644 index 0000000000..f17c4dce17 --- /dev/null +++ b/doc/sphinx/addendum/extended-pattern-matching.rst @@ -0,0 +1,5 @@ +:orphan: + +.. raw:: html + + <meta http-equiv="refresh" content="0;URL=../language/extensions/match.html"> diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst new file mode 100644 index 0000000000..29929618d4 --- /dev/null +++ b/doc/sphinx/language/gallina-extensions.rst @@ -0,0 +1,5 @@ +:orphan: + +.. raw:: html + + <meta http-equiv="refresh" content="0;URL=extensions/index.html"> diff --git a/doc/sphinx/language/gallina-specification-language.rst b/doc/sphinx/language/gallina-specification-language.rst new file mode 100644 index 0000000000..25812e5257 --- /dev/null +++ b/doc/sphinx/language/gallina-specification-language.rst @@ -0,0 +1,5 @@ +:orphan: + +.. raw:: html + + <meta http-equiv="refresh" content="0;URL=core/index.html"> diff --git a/doc/sphinx/language/module-system.rst b/doc/sphinx/language/module-system.rst new file mode 100644 index 0000000000..f99b132d2a --- /dev/null +++ b/doc/sphinx/language/module-system.rst @@ -0,0 +1,5 @@ +:orphan: + +.. raw:: html + + <meta http-equiv="refresh" content="0;URL=core/modules.html"> |
