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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2020-09-10 18:46:25 +0300
committerEric Eastwood <contact@ericeastwood.com>2020-09-10 18:46:25 +0300
commit6ee8ff09dc35d2a324b4ac8dfc96ad8bd2a58dff (patch)
tree42e2fbfb673061ffbb44cf22bc3e5f9d8ef6f28c
parentf65ffef425cbdcea7a9efa4394780493a5d52e3a (diff)
Apply 1 suggestion(s) to 1 file(s)gitlab-pages-development-docs
-rw-r--r--doc/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development.md b/doc/development.md
index ded6c1a9..e329b105 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -22,7 +22,7 @@ Build and start the app. For any changes, you must run `make` to build the app,
make && ./gitlab-pages -config=gitlab-pages.conf
```
-Visit http://group.pages.gdk.test:8090/project/index.html and you should see a
+Visit http://group.192.168.1.135.nip.io:8090/project/index.html (replace `192.168.1.135` with your IP) and you should see a
`project-subdir` response
You can see our [testing](#testing) and [linting](#linting) sections below on how to run those.