For example, https://rubyapi.org/4.0/o/string#method-i-to_str should link to [to_s](https://rubyapi.org/4.0/o/string#method-i-to_s) but it is empty: ```html <div> An alias for <a href="" class="font-bold"></a> </div> ``` As a side note, should there be *"Also aliased as: [to_str](https://rubyapi.org/4.0/o/string#method-i-to_str)"* which https://docs.ruby-lang.org/en/4.0/String.html#method-i-to_s has.