Skip to content

Fix redirections from old URLs #17912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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