Skip to content

Commit

Permalink
Fix Asciidoctor footnoteref deprecation
Browse files Browse the repository at this point in the history
Asciidoctor has preferred another way to write this style of footnotes
for years [1]. The general pattern of the change is

    -footnoteref:[myid,my text].
    +footnote:myid[my text].

[1] asciidoctor/asciidoctor#3114
  • Loading branch information
commonquail committed Mar 7, 2021
1 parent 5441a6f commit 0c9c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/git-mr-to.1.adoc
Expand Up @@ -16,7 +16,7 @@ git-mr-to - Open Web browser at URL to create new merge request
*git mr-to* opens a Web browser at the URL for creating a new _merge request_.
It is optimized for workflows where topic branches are merged directly to the
_master_ branch, such as the popular _GitHub
Flow_{empty}footnoteref:[github-flow,{uri-flow}].
Flow_{empty}footnote:github-flow[{uri-flow}].

*git mr-to* has varying degrees of support for, in alphabetical order, the
following repository hosting services:
Expand Down

0 comments on commit 0c9c8e4

Please sign in to comment.