summaryrefslogtreecommitdiff
path: root/app/controllers/koding_controller.rb
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 17:09:15 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 17:09:15 +0300
commit915dda1421d8227c0ba395bfdb04ff915724c4ac (patch)
treeedd56c72784ae915bcf1765b1379200cf896f154 /app/controllers/koding_controller.rb
parent94cfd4adb21f4ebbb115978e022a88cd4cf03d69 (diff)
downloadgitlab-ce-915dda1421d8227c0ba395bfdb04ff915724c4ac.tar.gz
Split Koding admin/user docs
Diffstat (limited to 'app/controllers/koding_controller.rb')
-rw-r--r--app/controllers/koding_controller.rb2
1 files changed, 1 insertions, 1 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