Put the correct faq and docs links

This commit is contained in:
Johannes Zellner
2015-08-04 19:36:05 +02:00
parent 8bcbd860be
commit abdde7a950
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
angular.module('Application').controller('SupportController', ['$scope', '$location', 'Client', function ($scope, $location, Client) {
$scope.config = Client.getConfig();
$scope.feedback = {
error: null,