Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/docs/content/docs/howto/maintain-git.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
### DO NOT EDIT! Generated by script/update-docs.rb

redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/maintain-git.txt
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/maintain-git.adoc
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
### DO NOT EDIT! Generated by script/update-docs.rb

redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/revert-a-faulty-merge.txt
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/revert-a-faulty-merge.adoc
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
### DO NOT EDIT! Generated by script/update-docs.rb

redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/setup-git-server-over-http.txt
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/setup-git-server-over-http.adoc
---
2 changes: 1 addition & 1 deletion external/docs/content/docs/howto/update-hook-example.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
### DO NOT EDIT! Generated by script/update-docs.rb

redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/update-hook-example.txt
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/update-hook-example.adoc
---
2 changes: 1 addition & 1 deletion script/update-docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def index_doc(filter_tags, doc_list, get_content)
type = 'tree'
target = 'howto'
else
target += '.txt'
target += '.adoc'
end
front_matter = { "redirect_to" => "https://github.com/git/git/#{type}/HEAD/Documentation/#{target}" } # ltrim `docs/`
FileUtils.mkdir_p(File.dirname(doc_path))
Expand Down
Loading