composer browse doesn't link to the correct git URL
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2754651. --> Reported by: [anavarre](https://www.drupal.org/user/796160) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p><code>$ composer browse drupal/&lt;module&gt;</code> doesn't link to the correct URL. E.g.</p> <pre>$ composer browse drupal/token<br>/usr/bin/xdg-open<br>/usr/bin/open<br>Created new window in existing browser session.</pre><p>Links to <a href="https://git.drupal.org/project/token">https://git.drupal.org/project/token</a> while the correct URL is <a href="http://cgit.drupalcode.org/token">http://cgit.drupalcode.org/token</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Correct the destination path.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Do it.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>Users are being brought to the expected URL.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p>
issue