Skip to content

Commit 46e28b8

Browse files
authored
1 parent 233c8ec commit 46e28b8

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

docs/_docs/contributing/debugging/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: doc-page
33
title: Debugging the Compiler
4-
redirectFrom: /docs/contributing/issues/debugging.html
4+
redirectFrom: /docs/contributing/workflow/debugging.html
55
---
66

77
This section goes over the various ways to debug either the compiler or the code

docs/_docs/contributing/debugging/inspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: doc-page
33
title: How to Inspect Values
4-
redirectFrom: /docs/contributing/issues/inspection.html
4+
redirectFrom: /docs/contributing/workflow/inspection.html
55
---
66

77
In this section, you will find out how to debug the contents of certain objects

docs/_docs/contributing/issues/areas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Common Issue Locations
4+
redirectFrom: /docs/contributing/workflow/areas.html
45
---
56

67
Many issues are localised to small domains of the compiler and are self-contained,

docs/_docs/contributing/issues/cause.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Finding the Cause of an Issue
4+
redirectFrom: /docs/contributing/workflow/cause.html
45
---
56

67
In this section, you will be able to answer questions such as:

docs/_docs/contributing/issues/reproduce.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Reproducing an Issue
4+
redirectFrom: /docs/contributing/workflow/reproduce.html
45
---
56

67
The first step is to reproduce the issue you're trying to fix. Say you want to

docs/_docs/contributing/sending-in-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: doc-page
33
title: Sending in a pull request
4-
redirectFrom: /docs/contributing/issues/checklist.html
4+
redirectFrom: /docs/contributing/workflow/checklist.html
55
---
66

77
Once you solved the issue you were working on, you'll likely want to see your

docs/_docs/contributing/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: doc-page
33
title: Testing Your Changes
4-
redirectFrom: /docs/contributing/issues/testing.html
4+
redirectFrom: /docs/contributing/workflow/testing.html
55
---
66

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

0 commit comments

Comments
 (0)