Incorrect documentation link for code components data fetching
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3563788. -->
Reported by: [mortona2k](https://www.drupal.org/user/1029484)
Related to !429
>>>
<h3 id="overview">Overview</h3>
<p>Links to data fetching page are missing a slash:<br>
<a href="https://project.pages.drupalcode.org/canvascode-components/data-fetching">https://project.pages.drupalcode.org/canvascode-components/data-fetching</a></p>
<p>Problem exists on this page: <a href="https://project.pages.drupalcode.org/canvas/code-components/packages/">https://project.pages.drupalcode.org/canvas/code-components/packages/</a></p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<p>Add slash to links.</p>
<p>The change was introduced in this issue. It used to be:</p>
<pre> href={`${import.meta.env.BASE_URL}/code-components/data-fetching`.replace(<br> /^\/\//,<br> '/',</pre><p>Now it's just:</p>
<p><code> href={`${import.meta.env.BASE_URL}code-components/data-fetching`}</code></p>
<p>Is it safe to add the / back in?</p>
<h3 id="ui-changes">User interface changes</h3>
issue