Skip to content

Commit f8535b3

Browse files
jimidleparrt
authored andcommitted
doc: Correct the name of the new ANTLR go repo
Signed-off-by: Jim.Idle <[email protected]>
1 parent 8a2a1b8 commit f8535b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/Go/antlr/v4/antlrdoc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of the repo, the `go get` and related commands could not properly resolve the lo
1919
This meant that the reference to the runtime in your `go.mod` file would refer to the correct source code, but would not
2020
list the release tag such as @4.12.0 - this was confusing, to say the least.
2121
22-
As of 4.12.1, the runtime is now available as a go module in its own repo, and can be imported as `github.com/antlr-go/antlr`
22+
As of 4.12.1, the runtime is now available as a go module in its own repo, and can be imported as `github.com/antlr4-go/antlr`
2323
(the go get command should also be used with this path). See the main documentation for the ANTLR4 project for more information,
2424
which is available at [ANTLR docs]. The documentation for using the Go runtime is available at [Go runtime docs].
2525
@@ -95,7 +95,7 @@ Use of this file is governed by the BSD 3-clause license, which can be found in
9595
[target languages]: https://github.com/antlr/antlr4/tree/master/runtime
9696
[LICENSE.txt]: https://github.com/antlr/antlr4/blob/master/LICENSE.txt
9797
[ANTLR docs]: https://github.com/antlr/antlr4/blob/master/doc/index.md
98-
[new repo]: https://github.com/antlr-go/antlr
98+
[new repo]: https://github.com/antlr4-go/antlr
9999
[Jim Idle]: https://github.com/jimidle
100100
[Go runtime docs]: https://github.com/antlr/antlr4/blob/master/doc/go-target.md
101101
*/

0 commit comments

Comments
 (0)