Browse Source

docs: fix 404 link for documentation feedback

thiswillbeyourgithub 1 year ago
parent
commit
fdb041ba0d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/config.toml

+ 2 - 2
docs/config.toml

@@ -126,8 +126,8 @@ footer_about_disable = false
 [params.ui.feedback]
 [params.ui.feedback]
 enable = true
 enable = true
 # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
 # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
-yes = 'Glad to hear it! Please <a href="https://github.com/EdgeVPN-lab/docs/issues/new">tell us how we can improve</a>.'
-no = 'Sorry to hear that. Please <a href="https://github.com/EdgeVPN-lab/docs/issues/new">tell us how we can improve</a>.'
+yes = 'Glad to hear it! Please <a href="https://github.com/mudler/edgevpn/issues/new">tell us how we can improve</a>.'
+no = 'Sorry to hear that. Please <a href="https://github.com/mudler/edgevpn/issues/new">tell us how we can improve</a>.'
 
 
 [params.links]
 [params.links]
 # End user relevant links. These will show up on left side of footer and in the community page if you have one.
 # End user relevant links. These will show up on left side of footer and in the community page if you have one.