Skip to content

Commit d6d3910

Browse files
committed
Fixes drift in README
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent c98f0c1 commit d6d3910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dynamic Modules Examples
22

3-
> Envoy Version: [4a113b5118003682833ba612202eb68628861ac6]
3+
> Envoy Version: [726958228dc292f65b5acde26162a3645a99b067]
44
55
This repository hosts examples of dynamic modules for [Envoy] to extend its functionality.
66
The high level documentation is available [here][High Level Doc]. In short, a dynamic module is a shared library
@@ -79,6 +79,6 @@ NEW_VERSION=4a113b5118003682833ba612202eb68628861ac6 # Whatever the commit in en
7979
grep -rlF "${CURRENT_VERSION}" . | xargs sed -i "s/${CURRENT_VERSION}/${NEW_VERSION}/g"
8080
```
8181

82-
[4a113b5118003682833ba612202eb68628861ac6]: https://github.com/envoyproxy/envoy/tree/4a113b5118003682833ba612202eb68628861ac6
82+
[726958228dc292f65b5acde26162a3645a99b067]: https://github.com/envoyproxy/envoy/tree/726958228dc292f65b5acde26162a3645a99b067
8383
[Envoy]: https://github.com/envoyproxy/envoy
8484
[High Level Doc]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/dynamic_modules

0 commit comments

Comments
 (0)