From f6a068eaa9bd57a1bdccf34b313b9b56fd7d7290 Mon Sep 17 00:00:00 2001 From: Md Mosharaf Hossan Date: Mon, 10 Jul 2023 14:46:35 +0700 Subject: [PATCH] [#322] Change contribution guide link text in wiki sidebar --- .../wiki/{Contribution_Guide.md => Contribution-Guide.md} | 0 .template/addons/github/.github/wiki/_Sidebar.md | 2 +- .template/spec/addons/base/github/template_spec.rb | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename .template/addons/github/.github/wiki/{Contribution_Guide.md => Contribution-Guide.md} (100%) diff --git a/.template/addons/github/.github/wiki/Contribution_Guide.md b/.template/addons/github/.github/wiki/Contribution-Guide.md similarity index 100% rename from .template/addons/github/.github/wiki/Contribution_Guide.md rename to .template/addons/github/.github/wiki/Contribution-Guide.md diff --git a/.template/addons/github/.github/wiki/_Sidebar.md b/.template/addons/github/.github/wiki/_Sidebar.md index 58dd65bcf..87628fcf1 100644 --- a/.template/addons/github/.github/wiki/_Sidebar.md +++ b/.template/addons/github/.github/wiki/_Sidebar.md @@ -2,7 +2,7 @@ - [[Home]] - [[Getting Started]] -- [[Contribution_Guide]] +- [[Contribution Guide]] ## Architecture diff --git a/.template/spec/addons/base/github/template_spec.rb b/.template/spec/addons/base/github/template_spec.rb index e5baa7e47..b7f028d04 100644 --- a/.template/spec/addons/base/github/template_spec.rb +++ b/.template/spec/addons/base/github/template_spec.rb @@ -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