Browse Source

feature: easy-ssh-docs

jamesread 2 years ago
parent
commit
9cb5574b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      var/helper-actions/olivetin-setup-easy-ssh

+ 1 - 1
var/helper-actions/olivetin-setup-easy-ssh

@@ -4,7 +4,7 @@ mkdir -p /config/ssh/
 
 SSH_KEY=/config/ssh/id_rsa
 
-echo "Documentation for this script: https://docs.olivetin.app/setup-ssh"
+echo "Documentation for this script: https://docs.olivetin.app/action-ssh-easy.html"
 echo ""
 
 if test -f "$SSH_KEY"; then