Skip to content

Commit 00691cb

Browse files
💡 Update links in bud.config.js (#3154)
1 parent 285a273 commit 00691cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bud.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Compiler configuration
33
*
4-
* @see {@link https://roots.io/docs/sage sage documentation}
5-
* @see {@link https://bud.js.org/guides/configure bud.js configuration guide}
4+
* @see {@link https://roots.io/sage/docs sage documentation}
5+
* @see {@link https://bud.js.org/learn/config bud.js configuration guide}
66
*
77
* @type {import('@roots/bud').Config}
88
*/
99
export default async (app) => {
1010
/**
1111
* Application assets & entrypoints
1212
*
13-
* @see {@link https://bud.js.org/docs/bud.entry}
14-
* @see {@link https://bud.js.org/docs/bud.assets}
13+
* @see {@link https://bud.js.org/reference/bud.entry}
14+
* @see {@link https://bud.js.org/reference/bud.assets}
1515
*/
1616
app
1717
.entry('app', ['@scripts/app', '@styles/app'])
@@ -21,16 +21,16 @@ export default async (app) => {
2121
/**
2222
* Set public path
2323
*
24-
* @see {@link https://bud.js.org/docs/bud.setPublicPath}
24+
* @see {@link https://bud.js.org/reference/bud.setPublicPath}
2525
*/
2626
app.setPublicPath('/app/themes/sage/public/');
2727

2828
/**
2929
* Development server settings
3030
*
31-
* @see {@link https://bud.js.org/docs/bud.setUrl}
32-
* @see {@link https://bud.js.org/docs/bud.setProxyUrl}
33-
* @see {@link https://bud.js.org/docs/bud.watch}
31+
* @see {@link https://bud.js.org/reference/bud.setUrl}
32+
* @see {@link https://bud.js.org/reference/bud.setProxyUrl}
33+
* @see {@link https://bud.js.org/reference/bud.watch}
3434
*/
3535
app
3636
.setUrl('http://localhost:3000')

0 commit comments

Comments
 (0)