Skip to content

Commit 6143712

Browse files
authored
Merge pull request mruby#6673 from jbampton/fix-links-clean-up
2 parents 209ae86 + 8558ad4 commit 6143712

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

mrbgems/mruby-metaprog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ p ChildClass.class_variables.sort #=> [:@@child_cvar, :@@paren
120120

121121
## License
122122

123-
This mrbgem is licensed under the [MIT License](LICENSE).
123+
This mrbgem is licensed under the MIT License.

mrbgems/mruby-random/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ The PCG family of algorithms was developed by Melissa O'Neill and is widely used
269269

270270
## License
271271

272-
The `mruby-random` mrbgem is released under the MIT License. See the [LICENSE](LICENSE) file for details.
272+
The `mruby-random` mrbgem is released under the MIT License. See the LICENSE file for details.

mrbgems/mruby-range-ext/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,4 @@ Returns the number of elements in the range. Both the begin and the end of the R
9090

9191
## License
9292

93-
This gem is released under the [MIT License](LICENSE).
94-
95-
```
96-
97-
```
93+
This gem is released under the MIT License.

0 commit comments

Comments
 (0)