Skip to content

Commit

Permalink
fix(docs): change master to main (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rektyfikowany committed Mar 27, 2024
1 parent 917f753 commit 8b271b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<div id="redoc-container"></div>
<script>
window.addEventListener('DOMContentLoaded', function () {
let specUrl = 'https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/master/ipfs-pinning-service.yaml'
let specUrl = 'https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main/ipfs-pinning-service.yaml'
// display alternative YAML if passed in hash (used for PR preview etc)
if (window.location.hash.indexOf('specUrl=') === 1) {
specUrl = window.location.hash.split('specUrl=')[1]
Expand Down

0 comments on commit 8b271b6

Please sign in to comment.