Skip to content

Commit e2672e0

Browse files
committed
fixes the necessary hyphens required to create a hyperlink work on github
1 parent 0696a31 commit e2672e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
166166
- [Testing our web server](/chapters/ch06.0-http-deep-dive.md#testing-our-web-server)
167167
- [Testing with `cURL`](/chapters/ch06.0-http-deep-dive.md#testing-with-curl)
168168
- [HTTP Verbs, Versioning and the benefits of `HTTP/1.1`](/chapters/ch06.1-http-verbs-versioning-http1_1.md)
169-
- [`GET` - Retrieve data](/chapters/ch06.1-http-verbs-versioning-http1_1.md#get-retrieve-data)
170-
- [`POST` - Create something](/chapters/ch06.1-http-verbs-versioning-http1_1.md#post-create-something)
171-
- [`PUT` - Replace or create](/chapters/ch06.1-http-verbs-versioning-http1_1.md#put-replace-or-create)
172-
- [`HEAD` - Retrieve metadata](/chapters/ch06.1-http-verbs-versioning-http1_1.md#head-retrieve-metadata)
173-
- [`DELETE` - Remove from existence](/chapters/ch06.1-http-verbs-versioning-http1_1.md#delete-remove-from-existence)
174-
- [`PATCH` - Partial updates](/chapters/ch06.1-http-verbs-versioning-http1_1.md#patch-partial-updates)
169+
- [`GET` - Retrieve data](/chapters/ch06.1-http-verbs-versioning-http1_1.md#get---retrieve-data)
170+
- [`POST` - Create something](/chapters/ch06.1-http-verbs-versioning-http1_1.md#post---create-something)
171+
- [`PUT` - Replace or create](/chapters/ch06.1-http-verbs-versioning-http1_1.md#put---replace-or-create)
172+
- [`HEAD` - Retrieve metadata](/chapters/ch06.1-http-verbs-versioning-http1_1.md#head---retrieve-metadata)
173+
- [`DELETE` - Remove from existence](/chapters/ch06.1-http-verbs-versioning-http1_1.md#delete---remove-from-existence)
174+
- [`PATCH` - Partial updates](/chapters/ch06.1-http-verbs-versioning-http1_1.md#patch---partial-updates)
175175
- [A small recap](/chapters/ch06.1-http-verbs-versioning-http1_1.md#a-small-recap)
176-
- [The `/` path](/chapters/ch06.1-http-verbs-versioning-http1_1.md#the-path)
176+
- [The `/` path](/chapters/ch06.1-http-verbs-versioning-http1_1.md#the--path)
177177
- [`HTTP/0.9`](/chapters/ch06.1-http-verbs-versioning-http1_1.md#http09)
178178
- [`HTTP/1.0`](/chapters/ch06.1-http-verbs-versioning-http1_1.md#http10)
179179
- [Introduction to the HTTP Header](/chapters/ch06.1-http-verbs-versioning-http1_1.md#introduction-to-the-http-header)
@@ -191,16 +191,16 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
191191
- [New Methods: `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`](/chapters/ch06.1-http-verbs-versioning-http1_1.md#new-methods-put-delete-connect-options-trace)
192192
- [User Agents](/chapters/ch06.2-user-agents.md)
193193
- [`User-Agent` can be weird](/chapters/ch06.2-user-agents.md#user-agent-can-be-weird)
194-
- [MIME Type and `Content-Type`](/chapters/ch06.3-mime-type-and-content-type.md#mime-type-and-content-type-)
195-
* [Understanding the `Accept` Header](/chapters/ch06.3-mime-type-and-content-type.md#understanding-the-accept-header)
194+
- [MIME Type and `Content-Type`](/chapters/ch06.3-mime-type-and-content-type.md#mime-type-and--content-type-)
195+
* [Understanding the `Accept` Header](/chapters/ch06.3-mime-type-and-content-type.md#understanding-the--accept--header)
196196
+ [Breaking Down the Line](/chapters/ch06.3-mime-type-and-content-type.md#breaking-down-the-line)
197197
+ [Why the Wildcard?](/chapters/ch06.3-mime-type-and-content-type.md#why-the-wildcard-)
198198
+ [Server Response](/chapters/ch06.3-mime-type-and-content-type.md#server-response)
199199
* [Mime Type](/chapters/ch06.3-mime-type-and-content-type.md#mime-type)
200200
* [Anatomy of a MIME type](/chapters/ch06.3-mime-type-and-content-type.md#anatomy-of-a-mime-type)
201201
* [But why the wildcard `*/*`?](/chapters/ch06.3-mime-type-and-content-type.md#but-why-the-wildcard)
202202
* [The `Content-Type` header](/chapters/ch06.3-mime-type-and-content-type.md#the-content-type-header)
203-
+ [`Content-Type` on request header](/chapters/ch06.3-mime-type-and-content-type.md#-content-type-on-request-header)
203+
+ [`Content-Type` on request header](/chapters/ch06.3-mime-type-and-content-type.md#-content-type--on-request-header)
204204
+ [`Content-Type` on response header](/chapters/ch06.3-mime-type-and-content-type.md#content-type-on-response-header)
205205

206206
![](https://uddrapi.com/api/img?page=readme)

0 commit comments

Comments
 (0)