Skip to content

Commit

Permalink
Update link of "life of a request" (envoyproxy#14097)
Browse files Browse the repository at this point in the history
Updated link of "life of a request" in STYLE.md. Currently redirecting to 404.

Fixes envoyproxy#13397

Signed-off-by: Manish Kumar <manish.kumar1@india.nec.com>
Signed-off-by: Qin Qin <qqin@google.com>
  • Loading branch information
Manish Kumar authored and qqustc committed Nov 24, 2020
1 parent efa5782 commit b26692e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ changes may be in [docs/root](docs/root) and/or inline with the API protos. Plea
N/A if there were no documentation changes.

Any PRs with structural changes to the dataplane should also update the [Life of a
Request](docs/root/intro/life_of_a_request.md) documentation as appropriate.
Request](https://www.envoyproxy.io/docs/envoy/latest/intro/life_of_a_request) documentation as appropriate.

### <a name="relnotes"></a>Release notes

Expand Down
2 changes: 1 addition & 1 deletion STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Documentation

* If you are modifying the data plane structually, please keep the [Life of a
Request](docs/root/intro/life_of_a_request.md) documentation up-to-date.
Request](https://www.envoyproxy.io/docs/envoy/latest/intro/life_of_a_request) documentation up-to-date.

# Deviations from Google C++ style guidelines

Expand Down

0 comments on commit b26692e

Please sign in to comment.