Skip to content

Commit b64cf09

Browse files
authored
Update README.md
1 parent 8ab6152 commit b64cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following diagram describes how we can version API and endpoints. The lanes
1616

1717
API users can send a request to an endpoint with a group version. API Group Versioning will route the request to the action versioned with the corresponding major-minor version. For example, the request to Endpoint A with API version 2020-02-14 is routed to Endpoint A v1.2, while the request to Endpoint B with the same API version goes to Endpoint B v1.1.
1818

19-
![Group Version](./doc/images/group_versioning.png)
19+
![Group Version](https://github.com/y-code/aspnet-api-group-versioning/raw/master/doc/images/group_versioning.png)
2020

2121
## Code Sample
2222

0 commit comments

Comments
 (0)