diff --git a/_includes/nav.html b/_includes/nav.html index bd3beba..d4c3bae 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,7 +1,7 @@
- Documentation is available for all released versions of Errbit and master. It + Documentation is available for all released versions of Errbit and main. It is built directly from whatever documentation was available in the ./docs folder at the time of release.
diff --git a/lib/doc_builder.rb b/lib/doc_builder.rb index 804ec88..cccdcef 100644 --- a/lib/doc_builder.rb +++ b/lib/doc_builder.rb @@ -96,7 +96,7 @@ def delete_entries(entries) end end - # master first, then descending numerically (by semver semantics) + # main first, then descending numerically (by semver semantics) def sort_versions @versions.sort! do |a,b| if a == "main"