Skip to content

Commit

Permalink
Merge pull request #704 from FerPerales/fp-fix-github-link
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Oct 31, 2023
2 parents f5d9cdc + da930f3 commit e15b03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doc_page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def file_name
end

def git_url
"https://github.com/railsbridge/docs/blob/master/sites/#{@locale}/#{site.name}/#{file_name}"
"https://github.com/railsbridge/docs/blob/master/sites/#{site.name}/#{file_name}"
end

def src_url
Expand Down

0 comments on commit e15b03a

Please sign in to comment.