Skip to content

Commit 869cfa6

Browse files
committed
feat: add app link for edit hyperlink feature in live preview edit
1 parent 74f9196 commit 869cfa6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app-links.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,9 @@ export const appLinks = [
179179
{
180180
from: '/app-links/doc-comments',
181181
to: '/docs/Features/doc-comments',
182+
},
183+
{
184+
from: '/app-links/edit-hyperlink',
185+
to: '/docs/Pro Features/live-preview-edit#edit-hyperlink',
182186
}
183187
];

0 commit comments

Comments
 (0)