Skip to content

Commit 7707cb4

Browse files
authored
Update README.md
1 parent fa9e2e8 commit 7707cb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Laravel API Documentation Generator
22

3-
Automatically generate your API documentation from your existing Laravel routes. Take a look at the [example documentation](http://marcelpociot.com/whiteboard/).
3+
Automatically generate your API documentation from your existing Laravel routes. Take a look at the [example documentation](http://marcelpociot.de/whiteboard/).
44

55
`php artisan api:gen --routePrefix="settings/api/*"`
66

@@ -82,7 +82,7 @@ This package uses the HTTP controller doc blocks to create a table of contents a
8282
public function foo()
8383
```
8484

85-
**Result:** ![Doc block result](http://marcelpociot.com/documentarian/doc_block.png)
85+
**Result:** ![Doc block result](http://marcelpociot.de/documentarian/doc_block.png)
8686

8787
#### Form request validation rules
8888

@@ -101,7 +101,7 @@ public function rules()
101101
}
102102
```
103103

104-
**Result:** ![Form Request](http://marcelpociot.com/documentarian/form_request.png)
104+
**Result:** ![Form Request](http://marcelpociot.de/documentarian/form_request.png)
105105

106106
#### API responses
107107

@@ -146,7 +146,7 @@ If you want to skip a single route from a list of routes that match a given pref
146146

147147
## Further modification
148148

149-
This package uses [Documentarian](https://github.com/mpociot/documentarian) to generate the API documentation. If you want to modify the CSS files of your documentation, or simply want to learn more about what is possible, take a look at the [Documentarian guide](http://marcelpociot.com/documentarian/installation).
149+
This package uses [Documentarian](https://github.com/mpociot/documentarian) to generate the API documentation. If you want to modify the CSS files of your documentation, or simply want to learn more about what is possible, take a look at the [Documentarian guide](http://marcelpociot.de/documentarian/installation).
150150

151151
### License
152152

0 commit comments

Comments
 (0)