Skip to content

Commit

Permalink
Fix a dead link in docs
Browse files Browse the repository at this point in the history
A link is broken in the documentation page because
the name of the repository has been changed from master to main.
This PR fixes the dead link.

Signed-off-by: Nao Nishijima <[email protected]>
  • Loading branch information
naonishijima authored and jt-nti committed Aug 5, 2021
1 parent c982390 commit 673c52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
theme: minima
title: "fabric-chaincode-node"
releases:
- master
- main
- release-1.4
- release-2.2

0 comments on commit 673c52d

Please sign in to comment.