Skip to content

Fix broken links in README #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: stable/15
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This repository contains the installation method for OpenProject using Docker Co

## Quick start

First, you must clone the [openproject-deploy](https://github.com/opf/openproject-deploy/tree/stable/15/compose) repository:
First, you must clone the [openproject-docker-compose](https://github.com/opf/openproject-docker-compose/tree/stable/15/) repository:

```shell
git clone https://github.com/opf/openproject-deploy --depth=1 --branch=stable/15 openproject
git clone https://github.com/opf/openproject-docker-compose --depth=1 --branch=stable/15 openproject
```

Copy the example `.env` file and edit any values you want to change:
Expand Down Expand Up @@ -133,7 +133,7 @@ In order to install or change to BIM inside a Docker environment, please navigat

## Upgrade

Retrieve any changes from the `openproject-deploy` repository:
Retrieve any changes from the `openproject-docker-compose` repository:

git pull origin stable/15

Expand Down