aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wankadia <junyer@google.com>2019-02-13 04:43:14 -0800
committerPaul Wankadia <junyer@google.com>2019-02-13 12:44:33 +0000
commit79ef3b2d31f06493f687ef9e947d9632bad54b9b (patch)
treee6e003d9315c3ae93afb07515ea398fb3a83f6c1
parent59f03f30627f7d5996883d8bcfe190dbf1f24145 (diff)
downloadregex-re2-79ef3b2d31f06493f687ef9e947d9632bad54b9b.tar.gz
Update the Erlang wrapper URL.
Change-Id: Ia0a3dfe831e58383d717cf784f4509784480861d Reviewed-on: https://code-review.googlesource.com/c/38310 Reviewed-by: Paul Wankadia <junyer@google.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 681d6d7..d1ef431 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ under the BSD-style license found in the LICENSE file.
RE2's native language is C++.
A C wrapper is at https://github.com/marcomaggi/cre2/.
-An Erlang wrapper is at https://github.com/tuncer/re2/ and on Hex (hex.pm).
+An Erlang wrapper is at https://github.com/dukesoferl/re2/ and on Hex (hex.pm).
An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
A Node.js wrapper is at https://github.com/uhop/node-re2/ and on NPM (npmjs.com).
An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM (opam.ocaml.org).