Skip to content

Commit de5246c

Browse files
authored
Convert underscores to hyphens in contribution guide URLs (#693)
1 parent 052c461 commit de5246c

38 files changed

+83
-82
lines changed

changes/693.misc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Underscores have been converted to hyphens in the contribution guide's URLs.

docs/en/SUMMARY.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@
88
- [Tutorial 2 - Writing your own class](tutorial/tutorial-2.md)
99
- [How-to guides](how-to/index.md)
1010
- [Contributing to Rubicon ObjC](how-to/contribute/index.md)
11-
- [First-time contributors](how-to/contribute/first_time_contributors.md)
11+
- [First-time contributors](how-to/contribute/first-time-contributors.md)
1212
- What can I do?
13-
- [Fix an issue](how-to/contribute/what/fix_issue.md)
14-
- [Implement a new feature](how-to/contribute/what/implement_feature.md)
15-
- [Write documentation](how-to/contribute/what/write_docs.md)
13+
- [Fix an issue](how-to/contribute/what/fix-issue.md)
14+
- [Implement a new feature](how-to/contribute/what/implement-feature.md)
15+
- [Write documentation](how-to/contribute/what/write-docs.md)
1616
- [Triage an issue](how-to/contribute/what/triage.md)
17-
- [Review a pull request](how-to/contribute/what/review_pr.md)
18-
- [Propose a new feature](how-to/contribute/what/propose_feature.md)
19-
- [Use the tools](how-to/contribute/what/use_tools.md)
17+
- [Review a pull request](how-to/contribute/what/review-pr.md)
18+
- [Propose a new feature](how-to/contribute/what/propose-feature.md)
19+
- [Use the tools](how-to/contribute/what/use-tools.md)
2020
- How do I contribute?
21-
- [Setting up a development environment](how-to/contribute/how/dev_environment.md)
22-
- [Reproducing an issue](how-to/contribute/how/reproduce_issue.md)
21+
- [Setting up a development environment](how-to/contribute/how/dev-environment.md)
22+
- [Reproducing an issue](how-to/contribute/how/reproduce-issue.md)
2323
- [Working from a branch](how-to/contribute/how/branches.md)
24-
- [Avoiding scope creep](how-to/contribute/how/scope_creep.md)
25-
- [Writing, running, and testing code](how-to/contribute/how/write_code.md)
26-
- [Building documentation](how-to/contribute/how/build_docs.md)
27-
- [Writing documentation](how-to/contribute/how/write_docs.md)
28-
- [Adding a change note](how-to/contribute/how/change_note.md)
29-
- [Submitting a pull request](how-to/contribute/how/submit_pr.md)
30-
- [Providing a review](how-to/contribute/how/review_pr.md)
31-
- [Submitting a new issue](how-to/contribute/how/new_issue.md)
32-
- [Proposing a new feature](how-to/contribute/how/propose_feature.md)
24+
- [Avoiding scope creep](how-to/contribute/how/scope-creep.md)
25+
- [Writing, running, and testing code](how-to/contribute/how/write-code.md)
26+
- [Building documentation](how-to/contribute/how/build-docs.md)
27+
- [Writing documentation](how-to/contribute/how/write-docs.md)
28+
- [Adding a change note](how-to/contribute/how/change-note.md)
29+
- [Submitting a pull request](how-to/contribute/how/submit-pr.md)
30+
- [Providing a review](how-to/contribute/how/review-pr.md)
31+
- [Submitting a new issue](how-to/contribute/how/new-issue.md)
32+
- [Proposing a new feature](how-to/contribute/how/propose-feature.md)
3333
- What happens next?
34-
- [Pull request review process](how-to/contribute/next/pr_review.md)
34+
- [Pull request review process](how-to/contribute/next/pr-review.md)
3535
- [Release process](how-to/contribute/next/release.md)
3636
- Style guides
37-
- [Code style guide](how-to/contribute/style/code_style_guide.md)
38-
- [Documentation style guide](how-to/contribute/style/docs_style_guide.md)
37+
- [Code style guide](how-to/contribute/style/code-style-guide.md)
38+
- [Documentation style guide](how-to/contribute/style/docs-style-guide.md)
3939
- Internal How-to guides
4040
- [How to cut a Rubicon ObjC release](how-to/internal/release.md)
4141
- [Topic guides](topics/index.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# First-time contributors
2+
3+
{% extends "contribute/first-time-contributors.md" %}

docs/en/how-to/contribute/first_time_contributors.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Building documentation
22

3-
{% extends "contribute/how/build_docs.md" %}
3+
{% extends "contribute/how/build-docs.md" %}
44

55
{% block front_matter %}
66

7-
Before you build the documentation, and have a [development environment](dev_environment.md) set up.
7+
Before you build the documentation, and have a [development environment](dev-environment.md) set up.
88

99
{% endblock %}
1010

1111
{% block end_matter %}
1212

13-
Once you have successfully built the docs, you are ready to [write documentation](write_docs.md).
13+
Once you have successfully built the docs, you are ready to [write documentation](write-docs.md).
1414

1515
{% endblock %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Adding change information for release notes
22

3-
{% extends "contribute/how/change_note.md" %}
3+
{% extends "contribute/how/change-note.md" %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Setting up a development environment
2+
3+
{% extends "contribute/how/dev-environment.md" %}

docs/en/how-to/contribute/how/dev_environment.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Submitting a new issue
2+
3+
{% extends "contribute/how/new-issue.md" %}

docs/en/how-to/contribute/how/new_issue.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)