Skip to content

Commit 45bbf67

Browse files
authored
[CLEANUP] Rename Documentation/ to docs/ (#269)
This brings the project more in line with the default Symfony project structure.
1 parent d30307e commit 45bbf67

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ this code.
5353

5454
## Structure
5555

56-
* [class structure overview](Documentation/ClassStructure.md)
57-
* [graphic domain model](Documentation/DomainModel/DomainModel.svg) and
58-
a [description of the domain entities](Documentation/DomainModel/Entities.md)
56+
* [class structure overview](docs/ClassStructure.md)
57+
* [graphic domain model](docs/DomainModel/DomainModel.svg) and
58+
a [description of the domain entities](docs/DomainModel/Entities.md)
5959

6060

6161
## Running the web server
File renamed without changes.

Documentation/DomainModel/DomainModel.dot renamed to docs/DomainModel/DomainModel.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// How to generate the SVG file:
2-
// dot -Tsvg -oDocumentation/DomainModel/DomainModel.svg Documentation/DomainModel/DomainModel.dot
2+
// dot -Tsvg -odocs/DomainModel/DomainModel.svg docs/DomainModel/DomainModel.dot
33
digraph phpListDomainModel {
44

55
//
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)