1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix links [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-08-24 15:58:19 +09:00
parent 09acafaccf
commit cb7634c142
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -213,7 +213,7 @@ Excluding feature bug fixes.
* `TRUE`/`FALSE`/`NIL` constants are no longer defined.
* `Integer#zero?` overrides `Numeric#zero?` for optimization. [[Misc #16961]}
* `Integer#zero?` overrides `Numeric#zero?` for optimization. [[Misc #16961]]
## Stdlib compatibility issues
@ -310,3 +310,6 @@ Excluding feature bug fixes.
[Feature #16175]: https://bugs.ruby-lang.org/issues/16175
[Feature #15973]: https://bugs.ruby-lang.org/issues/15973
[Feature #16614]: https://bugs.ruby-lang.org/issues/16614
[Feature #16686]: https://bugs.ruby-lang.org/issues/16686
[Misc #16961]: https://bugs.ruby-lang.org/issues/16961
[Bug #8446]: https://bugs.ruby-lang.org/issues/8446