Skip to content

Commit 4b9ce80

Browse files
committed
feat: updated app links
1 parent f12fc83 commit 4b9ce80

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app-links.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
export const appLinks = [
5959
{
6060
from: '/app-links/extn-line-height', // https://docs.phcode.dev/app-links/extn-line-height
61-
to: '/docs/editing-text#line-height', // https://docs.phcode.dev/docs/editing-text#line-height
61+
to: '/docs/customizing-editor#line-height', // https://docs.phcode.dev/docs/customizing-editor#line-height
6262
},
6363
{
6464
from: '/app-links/live-preview',
65-
to: '/docs/Features/Live Preview/live-preview',
65+
to: '/docs/Features/Live Preview',
6666
},
6767
{
6868
from: '/app-links/keyboard-shortcuts',
@@ -155,5 +155,9 @@ export const appLinks = [
155155
{
156156
from: '/app-links/terminal',
157157
to: '/docs/Features/terminal',
158+
},
159+
{
160+
from: '/app-links/themes',
161+
to: '/docs/customizing-editor#themes',
158162
}
159163
];

0 commit comments

Comments
 (0)