Correct repo links

This commit is contained in:
Louis Pilfold 2020-02-03 10:45:46 +00:00
parent 56c19755d3
commit 303ab3ddf7
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Thanks for contributing to Gleam!
Before continuing please read our [code of conduct][code-of-conduct] which all
contributors are expected to adhere to.
[code-of-conduct]: https://github.com/lpil/gleam/blob/master/CODE_OF_CONDUCT.md
[code-of-conduct]: https://github.com/gleam-lang/gleam/blob/master/CODE_OF_CONDUCT.md
## Contributing bug reports
@ -14,7 +14,7 @@ If you have found a bug in Gleam please check to see if there is an open
ticket for this problem on [our GitHub issue tracker][issues]. If you cannot
find an existing ticket for the bug please open a new one.
[issues]: https://github.com/lpil/gleam/issues
[issues]: https://github.com/gleam-lang/gleam/issues
A bug may be a technical problem such as a compiler crash or an incorrect
return value from a library function, or a user experience issue such as

View File

@ -1139,7 +1139,7 @@ x() ->
go(4, 3).
"#,
},
// https://github.com/lpil/gleam/issues/289
// https://github.com/gleam-lang/gleam/issues/289
Case {
src: r#"
type User { User(id: Int, name: String, age: Int) }