summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-10-18 14:54:41 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-10-18 15:06:27 -0600
commit854e3b152e6786cbf7b551fa1b9248be3bd6db3b (patch)
tree7649abbf820ad084714b18eaccec07be44de8a77 /CONTRIBUTING.adoc
parentee70ed4046035f406f943d3dd46f003e90e33cca (diff)
fix URLs in docs
- replace default branch with HEAD where possible (or drop reference, if possible) - use readme anchor to link to README for project on GitHub - use jsdelivr to reference file from repository on GitHub - remove unused badges in README files - make badge for chat consistent across README files
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r--CONTRIBUTING.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index 5442a0e8..203b5f30 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -80,7 +80,7 @@ As Asciidoctor is built using Ruby some basic knowledge of Ruby, RubyGems and Mi
* http://guides.rubygems.org/what-is-a-gem/[What is a Gem?]
* http://blog.teamtreehouse.com/short-introduction-minitest[How to use Minitest]
* http://www.rubyinside.com/a-minitestspec-tutorial-elegant-spec-style-testing-that-comes-with-ruby-5354.html[Minitest spec tutorial]
-* https://github.com/seattlerb/minitest/blob/master/README.rdoc[Minitest Project Documentation]
+* https://github.com/seattlerb/minitest#readme[Minitest Project Documentation]
While these resources don't cover everything needed they serve as a good starting off point for beginners.