Skip to content
Snippets Groups Projects
Commit 7723cb29 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Merge branch 'fix-docs' into 'master'

Fix links in several docs

Closes #153

See merge request !259
parents 7a8dbc31 0ef53e96
No related branches found
No related tags found
1 merge request!259Fix links in several docs
Pipeline #
Loading
Loading
@@ -65,7 +65,7 @@ for your operating system
 
To build from source, you'll need to set up a development environment manually -
GDK doesn't manage it for you. The official GitLab Runner repository is
[here](https://gitlab.org/gitlab-org/gitlab-ci-multi-runner); just follow
[here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner); just follow
[the development instructions](https://docs.gitlab.com/runner/development/).
 
All the methods should (eventually) create a `gitlab-ci-multi-runner` binary.
Loading
Loading
Loading
Loading
@@ -188,7 +188,7 @@ it here.
 
### Next Steps
 
After you have completed everything here, please proceed to [Set-up GDK](doc/set-up-gdk.md)
After you have completed everything here, please proceed to [Set-up GDK](./set-up-gdk.md)
 
[puias]: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos#add-puias-computational-repository
[docker engine]: https://docs.docker.com/engine/installation/
Loading
Loading
Loading
Loading
@@ -48,7 +48,7 @@ Alternatively, you can clone all components from their official source.
gdk install
```
 
If you are going to work on Gitlab Geo, you will need [PostgreSQL replication](#postgresql-replication) setup before the "Post-installation" instructions.
If you are going to work on Gitlab Geo, you will need [PostgreSQL replication](./howto/postgresql_replication.md) setup before the "Post-installation" instructions.
 
## GitLab Enterprise Edition
 
Loading
Loading
@@ -101,7 +101,7 @@ Similarly, you can override the host (for example if you plan to use GDK inside
 
If you want to work on GitLab CI you will need to install [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner).
 
To enable the OpenLDAP server, see the OpenLDAP instructions in this readme.
To enable the OpenLDAP server, see the OpenLDAP instructions in this [README](./howto/ldap.md).
 
After installation [learn how to use GDK](doc/howto/README.md).
After installation [learn how to use GDK](./howto/README.md).
 
Loading
Loading
@@ -89,4 +89,4 @@ OSes like Windows/OSX you will have to run the entire Docker hypervisor in a VM
 
## Next step
 
After installation [learn how to use GDK](doc/howto/README.md).
After installation [learn how to use GDK](./howto/README.md).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment