mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Link to forum was broken
This commit is contained in:
parent
59d55df144
commit
a143f57e01
3 changed files with 0 additions and 3 deletions
1
help.md
1
help.md
|
@ -45,7 +45,6 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
document.getElementById("goForum").onclick = function() {
|
document.getElementById("goForum").onclick = function() {
|
||||||
var nickname = document.getElementById("nickname").value;
|
|
||||||
window.location.href = "https://forum.yunohost.org/latest";
|
window.location.href = "https://forum.yunohost.org/latest";
|
||||||
}
|
}
|
||||||
document.getElementById("goBugtracker").onclick = function() {
|
document.getElementById("goBugtracker").onclick = function() {
|
||||||
|
|
|
@ -54,7 +54,6 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("goForum").onclick = function() {
|
document.getElementById("goForum").onclick = function() {
|
||||||
var nickname = document.getElementById("nickname").value;
|
|
||||||
window.location.href = "https://forum.yunohost.org/latest";
|
window.location.href = "https://forum.yunohost.org/latest";
|
||||||
}
|
}
|
||||||
document.getElementById("goBugtracker").onclick = function() {
|
document.getElementById("goBugtracker").onclick = function() {
|
||||||
|
|
|
@ -47,7 +47,6 @@ dev@conference.yunohost.org et apps@conference.yunohost.org</em>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("goForum").onclick = function() {
|
document.getElementById("goForum").onclick = function() {
|
||||||
var nickname = document.getElementById("nickname").value;
|
|
||||||
window.location.href = "https://forum.yunohost.org/latest";
|
window.location.href = "https://forum.yunohost.org/latest";
|
||||||
}
|
}
|
||||||
document.getElementById("goBugtracker").onclick = function() {
|
document.getElementById("goBugtracker").onclick = function() {
|
||||||
|
|
Loading…
Reference in a new issue