Skip to content

Commit 3fd6d97

Browse files
committed
Merge pull request #53 from benjaminrau/patch-1
[BUGFIX] Fix urls in documentation
2 parents eaee716 + 0f6c95f commit 3fd6d97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/DOCKER-STARTUP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ docker-compose up -d
1414

1515
Now create your project inside the docker boilerplate:
1616

17-
- [Create new TYPO3 project](Documentation/PROJECT-TYPO3.md)
18-
- [Create new Symfony project](Documentation/PROJECT-SYMFONY.md)
19-
- [Create new NEOS project](Documentation/PROJECT-NEOS.md)
20-
- [Running any other php based project](Documentation/PROJECT-OTHER.md)
21-
- [Running existing project](Documentation/PROJECT-EXISTING.md)
17+
- [Create new TYPO3 project](PROJECT-TYPO3.md)
18+
- [Create new Symfony project](PROJECT-SYMFONY.md)
19+
- [Create new NEOS project](PROJECT-NEOS.md)
20+
- [Running any other php based project](PROJECT-OTHER.md)
21+
- [Running existing project](PROJECT-EXISTING.md)
2222

2323
For an existing project just put your files into `code/` folder or use git to clone your project into `code/`.
2424

0 commit comments

Comments
 (0)