Skip to content

Commit 0b999e7

Browse files
committed
Update configuration guide URL
1 parent 21c88fe commit 0b999e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serena/resources/dashboard/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class Dashboard {
639639
html += '<div style="margin-top: 15px; display: flex; gap: 10px; align-items: center;">';
640640
html += '<div style="flex: 1; padding: 10px; background: var(--bg-secondary); border-radius: 4px; font-size: 13px; border: 1px solid var(--border-color);">';
641641
html += '<span style="color: var(--text-muted);">📖</span> ';
642-
html += '<a href="https://github.com/oraios/serena#configuration" target="_blank" rel="noopener noreferrer" style="color: var(--btn-primary); text-decoration: none; font-weight: 500;">View Configuration Guide</a>';
642+
html += '<a href="https://oraios.github.io/serena/02-usage/050_configuration.html" target="_blank" rel="noopener noreferrer" style="color: var(--btn-primary); text-decoration: none; font-weight: 500;">View Configuration Guide</a>';
643643
html += '</div>';
644644
html += '<button id="edit-serena-config-btn" class="btn language-add-btn" style="white-space: nowrap; padding: 10px; ">Edit Global Serena Config</button>';
645645
html += '</div>';

0 commit comments

Comments
 (0)