Doc link in AI Logging readme results in page not found (404)
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3556868. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !1005 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I'm testing ai_context and was turning on ai_logging, and looked at the README.</p> <p>It has a link in it to:</p> <p><a href="https://project.pages.drupalcode.org/ai/latest/modules/ai_logging/index.md">https://project.pages.drupalcode.org/ai/latest/modules/ai_logging/index.md</a></p> <p>which results in a page not found (404).</p> <p>This is probably due to the redirect. The other README files don't include the "index.md" part.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>Please provide information like AI modules enabled, which AI provider, browser, etc.</p> <ul> <li>Open modules/modules/ai_logging/README.md</li> <li>Copy/paste the URL for "AI Logging module documentation" into the browser</li> <li>Result: page not found </li></ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Removing index.md and going to:</p> <p><a href="https://project.pages.drupalcode.org/ai/latest/modules/ai_logging/">https://project.pages.drupalcode.org/ai/latest/modules/ai_logging/</a></p> <p>redirects to:</p> <p><a href="https://project.pages.drupalcode.org/ai/1.2.x/modules/ai_logging/">https://project.pages.drupalcode.org/ai/1.2.x/modules/ai_logging/</a></p> <p>which works, so use that</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Update link to remove "index.md"</li> <li>Check other README files for the same issue</li> <li>Review/test/merge</li> </ul> <h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
issue