From c87459a895e5785236bc5b85af877e98c5c43bf1 Mon Sep 17 00:00:00 2001 From: Phillip Shipley Date: Sat, 15 Apr 2017 20:15:14 -0400 Subject: [PATCH] website: updated link to RE2 regex syntax page Docs had old link to google code, which does not redirect to the new syntax page. --- website/source/docs/configuration/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 473cc7f2b..5958aef70 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -290,7 +290,7 @@ The supported built-in functions are: as a regular expression. If using a regular expression, `replace` can reference subcaptures in the regular expression by using `$n` where `n` is the index or name of the subcapture. If using a regular expression, - the syntax conforms to the [re2 regular expression syntax](https://code.google.com/p/re2/wiki/Syntax). + the syntax conforms to the [re2 regular expression syntax](https://github.com/google/re2/wiki/Syntax). * `sha1(string)` - Returns a (conventional) hexadecimal representation of the SHA-1 hash of the given string.