Skip to content

Commit

Permalink
[#322] Change contribution guide link text in wiki sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 10, 2023
1 parent 45ceeed commit f6a068e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .template/addons/github/.github/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [[Home]]
- [[Getting Started]]
- [[Contribution_Guide]]
- [[Contribution Guide]]

## Architecture

Expand Down
4 changes: 2 additions & 2 deletions .template/spec/addons/base/github/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
end
end

describe '.github/wiki/Contribution_Guide.md' do
describe '.github/wiki/Contribution-Guide.md' do
it 'exists' do
expect(file('.github/wiki/Contribution_Guide.md')).to exist
expect(file('.github/wiki/Contribution-Guide.md')).to exist
end
end
end

0 comments on commit f6a068e

Please sign in to comment.