Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitba02980

Browse files
committed
Remove starting slash
1 parentf34c3cc commitba02980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Rakefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ task :test do
1616
latest_ent_version=GitHub::Resources::Helpers::CONTENT['LATEST_ENTERPRISE_VERSION']
1717
# swap versionless Enterprise articles with versioned paths
1818
href_swap={
19-
%r{help\.github\.com/enterprise/admin/}=>"/help.github.com/enterprise/#{latest_ent_version}/admin/",
20-
%r{help\.github\.com/enterprise/user/}=>"/help.github.com/enterprise/#{latest_ent_version}/user/"
19+
%r{help\.github\.com/enterprise/admin/}=>"help.github.com/enterprise/#{latest_ent_version}/admin/",
20+
%r{help\.github\.com/enterprise/user/}=>"help.github.com/enterprise/#{latest_ent_version}/user/"
2121
}
2222
HTML::Proofer.new("./output",:href_ignore=>ignored_links,:href_swap=>href_swap).run
2323
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp