Skip to content

Commit

Permalink
Fix redirections from old URLs (#17912)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf authored Jun 6, 2023
1 parent 233c8ec commit 46e28b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/contributing/debugging/debugging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: doc-page
title: Debugging the Compiler
redirectFrom: /docs/contributing/issues/debugging.html
redirectFrom: /docs/contributing/workflow/debugging.html
---

This section goes over the various ways to debug either the compiler or the code
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/contributing/debugging/inspection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: doc-page
title: How to Inspect Values
redirectFrom: /docs/contributing/issues/inspection.html
redirectFrom: /docs/contributing/workflow/inspection.html
---

In this section, you will find out how to debug the contents of certain objects
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/contributing/issues/areas.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: doc-page
title: Common Issue Locations
redirectFrom: /docs/contributing/workflow/areas.html
---

Many issues are localised to small domains of the compiler and are self-contained,
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/contributing/issues/cause.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: doc-page
title: Finding the Cause of an Issue
redirectFrom: /docs/contributing/workflow/cause.html
---

In this section, you will be able to answer questions such as:
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/contributing/issues/reproduce.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: doc-page
title: Reproducing an Issue
redirectFrom: /docs/contributing/workflow/reproduce.html
---

The first step is to reproduce the issue you're trying to fix. Say you want to
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/contributing/sending-in-a-pr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: doc-page
title: Sending in a pull request
redirectFrom: /docs/contributing/issues/checklist.html
redirectFrom: /docs/contributing/workflow/checklist.html
---

Once you solved the issue you were working on, you'll likely want to see your
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/contributing/testing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: doc-page
title: Testing Your Changes
redirectFrom: /docs/contributing/issues/testing.html
redirectFrom: /docs/contributing/workflow/testing.html
---

It is important to add tests before a pull request, to verify that everything is working as expected,
Expand Down

0 comments on commit 46e28b8

Please sign in to comment.