Skip to content

Commit c9f65bf

Browse files
authored
Merge pull request #12 from leapfrogtechnology/github
Renamed file and url to replace '_' with '-'
2 parents c1b8f49 + 0158cc2 commit c9f65bf

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/git/branching_naming_convention.md renamed to docs/git/branch-naming-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: branch_naming_convention
2+
id: branch-naming-convention
33
title: Branch Naming Convention
44
sidebar_label: Branch Naming Convention
55
---

docs/git/branching_strategy.md renamed to docs/git/branching-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: branching_strategy
2+
id: branching-strategy
33
title: Branching Strategy
44
sidebar_label: Branching Strategy
55
---

docs/git/code_review_checklist.md renamed to docs/git/code-review-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: code_review_checklist
2+
id: code-review-checklist
33
title: Code Review Checklist
44
sidebar_label: Code Review Checklist
55
---

docs/git/pull_request_best_pratices.md renamed to docs/git/pull-request-best-pratices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: pull_request_best_pratices
2+
id: pull-request-best-pratices
33
title: Pull Request Best Practices
44
sidebar_label: Pull Request Best Practices
55
---

docs/git/smart_commit.md renamed to docs/git/smart-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: smart_commit
2+
id: smart-commit
33
title: Smart Commit
44
sidebar_label: Smart Commit
55
---

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ module.exports =
2525
"rest-api/hateaos"
2626
],
2727
"Github": [
28-
"git/branch_naming_convention",
29-
"git/branching_strategy",
30-
"git/smart_commit",
28+
"git/branch-naming-convention",
29+
"git/branching-strategy",
30+
"git/smart-commit",
3131
{
3232
"type": "category",
3333
"label": "Release Management",
3434
"items": [
3535
"git/tagging"
3636
]
3737
},
38-
"git/pull_request_best_pratices",
39-
"git/code_review_checklist"
38+
"git/pull-request-best-pratices",
39+
"git/code-review-checklist"
4040
],
4141
"Python": [
4242
"python/environment-and-dependency",

0 commit comments

Comments
 (0)