The "View on git.drupalcode.org" link is wrong
For example, on sqlite.module, the View on git.drupalcode.org link is https://git.drupalcode.org/project/drupal/-/blob/10/core/modules/sqlite/sqlite.module, which is wrong because none of the Drupal branches is 10. A correct link would be https://git.drupalcode.org/project/drupal/-/blob/10.6.x/core/modules/sqlite/sqlite.module, but also https://git.drupalcode.org/project/drupal/-/blob/10.0.x/core/modules/sqlite/sqlite.module would work. The latter would not take to the more recent branch, but a .0.x branch is supposed to exist for new Drupal releases.