Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 18:41:26 +0300
committerRuben Davila <rdavila84@gmail.com>2016-08-24 00:30:09 +0300
commit111d96163ac037167da7efa2f2e7f8fd69b45f34 (patch)
treea864e25eb6bbb23ebc4ed8c6420eee4a2208664e /app
parent6aefd8f3e87d42d944a88008b1d0c0bffc574061 (diff)
Merge branch 'docs-koding-change-loc' into 'master'
Split Koding admin/user docs Backend/Frontend MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5909 See merge request !5938
Diffstat (limited to 'app')
-rw-r--r--app/controllers/koding_controller.rb2
-rw-r--r--app/views/admin/application_settings/_form.html.haml2
-rw-r--r--app/views/koding/index.html.haml3
3 files changed, 2 insertions, 5 deletions
diff --git a/app/controllers/koding_controller.rb b/app/controllers/koding_controller.rb
index bb89f3090f9..f3759b4c0ea 100644
--- a/app/controllers/koding_controller.rb
+++ b/app/controllers/koding_controller.rb
@@ -3,7 +3,7 @@ class KodingController < ApplicationController
layout 'koding'
def index
- path = File.join(Rails.root, 'doc/integration/koding-usage.md')
+ path = File.join(Rails.root, 'doc/user/project/koding.md')
@markdown = File.read(path)
end
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index e0878512e62..d929364fc96 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -405,7 +405,7 @@
%strong gitlab
team, and you need to provide that team's URL here. Learn more in the
= succeed "." do
- = link_to "Koding integration documentation", help_page_path("integration/koding")
+ = link_to "Koding administration documentation", help_page_path("administration/integration/koding")
.form-actions
diff --git a/app/views/koding/index.html.haml b/app/views/koding/index.html.haml
index 111cc67336c..65887aacbaf 100644
--- a/app/views/koding/index.html.haml
+++ b/app/views/koding/index.html.haml
@@ -4,6 +4,3 @@
Integration is active for
= link_to koding_project_url, target: '_blank' do
#{current_application_settings.koding_url}
-
-.documentation.wiki
- = markdown @markdown