Skip to content

Commit e4107d0

Browse files
committed
fix: correct link to crawlilng defaults
1 parent eb2dab8 commit e4107d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/org/workflows-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class WorkflowsList extends LiteElement {
196196
this.appState.isAdmin,
197197
() =>
198198
html` <sl-icon-button
199-
href=${`${this.orgBasePath}/settings/crawling`}
199+
href=${`${this.orgBasePath}/settings/crawling-defaults`}
200200
class="size-8 text-lg"
201201
name="gear"
202202
label=${msg("Edit org crawling settings")}

0 commit comments

Comments
 (0)