Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update href to correct section #2828

Merged
merged 1 commit into from
Mar 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/etag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
specific version of a resource. It lets caches be more efficient and save bandwidth, as
a web server does not need to resend a full response if the content has not changed.
Additionally, etags help prevent simultaneous updates of a resource from overwriting
each other (<a href="#caching_of_unchanged_resources">"mid-air collisions"</a>).</p>
each other (<a href="#avoiding_mid-air_collisions">"mid-air collisions"</a>).</p>

<p>If the resource at a given URL changes, a new <code>Etag</code> value <em>must</em> be
generated. A comparison of them can determine whether two representations of a resource
Expand Down