Skip to content

Commit da930f3

Browse files
committed
Fix GitHub link
1 parent f5d9cdc commit da930f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doc_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def file_name
4141
end
4242

4343
def git_url
44-
"https://github.com/railsbridge/docs/blob/master/sites/#{@locale}/#{site.name}/#{file_name}"
44+
"https://github.com/railsbridge/docs/blob/master/sites/#{site.name}/#{file_name}"
4545
end
4646

4747
def src_url

0 commit comments

Comments
 (0)