summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2017-08-22 18:54:25 +0000
committerLance Bragstad <lbragstad@gmail.com>2017-08-22 18:54:25 +0000
commit6a20aa8587c2a4953540409751f904d6a1048bcb (patch)
treeb3d8ea71169b015f47e4f4d3d12d7126332dc43d /devstack
parent77500b3615ae94ea45837f3fc0d503c8aadcc462 (diff)
downloadkeystone-6a20aa8587c2a4953540409751f904d6a1048bcb.tar.gz
Revert "Fix wrong links"
This reverts commit 77500b3615ae94ea45837f3fc0d503c8aadcc462. Change-Id: I44a3f47329b06d4b85fa0bb944ce3bc8084fffa3
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 924b820b3..d8696235e 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -18,7 +18,7 @@ source $KEYSTONE_PLUGIN/lib/federation.sh
# For more information on Devstack plugins, including a more detailed
# explanation on when the different steps are executed please see:
-# https://docs.openstack.org/devstack/latest/plugins.html
+# https://docs.openstack.org/developer/devstack/plugins.html
if [[ "$1" == "stack" && "$2" == "install" ]]; then
# This phase is executed after the projects have been installed