Skip to content

Commit

Permalink
Update to current path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Jan 28, 2019
1 parent 067ffe5 commit 3778745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/code-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ The Shields codebase is divided into several parts:
7. The services themselves (about 80% of the code)
1. `*.js` in the folders of [`services`][services]
8. The badge suggestion endpoint (Note: it's tested as if it’s a service.)
1. [`services/suggest.js`][suggest]
1. [`lib/suggest.js`][suggest]

[frontend]: https://github.com/badges/shields/tree/master/frontend
[gh-badges]: https://github.com/badges/shields/tree/master/gh-badges
[base-service]: https://github.com/badges/shields/tree/master/core/base-service
[server]: https://github.com/badges/shields/tree/master/core/server
[token-pooling]: https://github.com/badges/shields/tree/master/core/token-pooling
[services]: https://github.com/badges/shields/tree/master/services
[suggest]: https://github.com/badges/shields/tree/master/services/suggest.js
[suggest]: https://github.com/badges/shields/tree/master/lib/suggest.js

The tests are also divided into several parts:

Expand Down

0 comments on commit 3778745

Please sign in to comment.