Skip to content

Commit 3fa8119

Browse files
committed
Updating link to finite state machine diagram.
1 parent 4da9603 commit 3fa8119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ end
7171
* A collection resource (eg. /orders) should be implemented as a separate class to a single object resource (eg. /orders/1), as the routes represent different underlying objects with different "facts". For example, the orders _collection_ resource probably always exists (but may be empty), however the order with ID 1 may or may not exist.
7272

7373
[callbacks]: https://github.com/seancribbs/webmachine-ruby/blob/master/lib/webmachine/resource/callbacks.rb
74-
[diagram]: http://webmachine.basho.com/images/http-headers-status-v3.png
74+
[diagram]: https://webmachine.github.io/images/http-headers-status-v3.png
7575
[flow]: https://github.com/seancribbs/webmachine-ruby/blob/master/lib/webmachine/decision/flow.rb
7676
[examples]: /documentation/examples.md

0 commit comments

Comments
 (0)