Skip to content

Commit

Permalink
Update location of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Polderdijk,Jort J committed Feb 14, 2017
1 parent b4bc9b8 commit 7aa8b7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ <h2 class="nav-timetable-name" ng-show="tableInfo">
<p>
<em>Pluff</em> 2.0.
<span translate>HELP_US</span>
<a href="https://github.com/SpaceK33z/Pluff" class="button small" target="_blank">Github</a>
<a href="https://github.com/Fontys-Hogeschool-ICT/Pluff" class="button small" target="_blank">Github</a>
<a ng-click="faqDialog()" class="button small">{{::'FAQ_SHORT' | translate}}</a>
<a href="https://api.fhict.nl/" class="button small" target="_blank">FHICT API Documentation</a>
</p>
<p class="footer-version">
Build:
<a href="https://github.com/SpaceK33z/Pluff/commit/<%=htmlWebpackPlugin.options.commitHash%>"><%=htmlWebpackPlugin.options.commitHash%></a>
<a href="https://github.com/Fontys-Hogeschool-ICT/Pluff/commit/<%=htmlWebpackPlugin.options.commitHash%>"><%=htmlWebpackPlugin.options.commitHash%></a>
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion app/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"FAQ_QUESTION_WHY_AUTH": "Why do I get a login screen when I open Pluff?",
"FAQ_ANSWER_WHY_AUTH": "Pluff uses a webservice of Fontys that requires you to sign in on the FHICT portal. If you don’t want to have to sign in everytime, click on “<em>This is a private computer</em>” when signing in. It is also possible to save your credentials in your browser (many phones can do this too!).",
"FAQ_QUESTION_HELP": "Can I help?",
"FAQ_ANSWER_HELP": "Yes! We would like that. Pluff is fully open-source. Please take a look at our <a href=\"https://github.com/SpaceK33z/Pluff\">Github</a>."
"FAQ_ANSWER_HELP": "Yes! We would like that. Pluff is fully open-source. Please take a look at our <a href=\"https://github.com/Fontys-Hogeschool-ICT/Pluff\">Github</a>."
}
2 changes: 1 addition & 1 deletion app/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"FAQ_QUESTION_WHY_AUTH": "Waarom krijg ik een inlogscherm als ik Pluff open?",
"FAQ_ANSWER_WHY_AUTH": "Omdat Pluff gebruikt maakt van een webservice van Fontys is het nodig om in te loggen op het FHICT portal. Om te voorkomen dat je steeds weer je inloggegevens moet invullen, kun je het beste bij het inloggen klikken op “<em>Dit is een privé computer</em>”. Verder is het ook aan te raden om je inloggegevens op te slaan in je browser (dit kan vaak ook op telefoons!).",
"FAQ_QUESTION_HELP": "Kan ik helpen om Pluff beter te maken?",
"FAQ_ANSWER_HELP": "Ja dat kan! Graag zelfs. Pluff is volledig open-source. Bijdrages, ideëen of tips zijn altijd welkom. Kijk hiervoor op onze <a href=\"https://github.com/SpaceK33z/Pluff\">Github</a>."
"FAQ_ANSWER_HELP": "Ja dat kan! Graag zelfs. Pluff is volledig open-source. Bijdrages, ideëen of tips zijn altijd welkom. Kijk hiervoor op onze <a href=\"https://github.com/Fontys-Hogeschool-ICT/Pluff\">Github</a>."
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"bugs": {
"url": "https://github.com/SpaceK33z/Pluff/issues"
"url": "https://github.com/Fontys-Hogeschool-ICT/Pluff/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/SpaceK33z/Pluff.git"
"url": "git://github.com/Fontys-Hogeschool-ICT/Pluff.git"
},
"dependencies": {
"angucomplete-alt": "^3.0.0",
Expand Down

0 comments on commit 7aa8b7c

Please sign in to comment.