Skip to content

Commit

Permalink
fix: update link to re2 syntax (#4952)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysachs committed Jun 7, 2021
1 parent 703eb64 commit e880841
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@
* The {@link VName} template values can contain markers such as @1@ or @2@ that will be replaced by
* the first or second regex groups in the pathRegex.
*
* <p>NOTE: regex syntax is RE2: https://code.google.com/p/re2/wiki/Syntax
* <p>NOTE: regex syntax is RE2: https://github.com/google/re2/wiki/Syntax
*/
public class FileVNames {
private static final Gson GSON =
Expand Down

0 comments on commit e880841

Please sign in to comment.