File tree Expand file tree Collapse file tree
src/serena/resources/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff 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>' ;
You can’t perform that action at this time.
0 commit comments