Skip to content

Commit

Permalink
Fix broken links in documentation (#337)
Browse files Browse the repository at this point in the history
When browsing the documentation on GitHub, the links are broken as they
refer to HTML documents, which have been changed to AsciiDoc in commit
ff4f5b4.
  • Loading branch information
francoisfreitag authored Mar 7, 2022
1 parent 0de6221 commit 6073351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void doHello( StaplerRequest request, StaplerResponse response ) {

Hopefully, the basic concept of Stapler is easy to grasp. For the exact
rules of how URLs are evaluated against your application objects, see
link:reference.html[the reference guide].
link:reference.adoc[the reference guide].

If you have any suggestions on how to improve this documentation, please
create an issue on GitHub.
2 changes: 1 addition & 1 deletion docs/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ method.*
This process can be best understood as a recursively defined
mathematical function `evaluate(node,url)`. For example,
link:stapler.png[the hypothetical application] depicted in
link:what-is.html[the "getting started" document] could have an
link:what-is.adoc[the "getting started" document] could have an
evaluation process like the following:

____
Expand Down

0 comments on commit 6073351

Please sign in to comment.