Skip to content

Commit a09230d

Browse files
authored
docs: fix invalid link (#10299)
1 parent e27eee3 commit a09230d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/en/api/runtime-api/module-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ __webpack_require__.p = 'calculated from document/location';
316316

317317
</Columns>
318318

319-
> See [Dynamically set publicPath](/config/output#dynamically-set-publicpath) for more information about the usage of `__webpack_public_path__`.
319+
> See [Dynamically set publicPath](/guide/features/asset-base-path#dynamically-set-publicpath) for more information about the usage of `__webpack_public_path__`.
320320
321321
### \_\_webpack_base_uri\_\_
322322

website/docs/zh/api/runtime-api/module-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ __webpack_require__.p = '由 document/location 计算得来';
315315

316316
</Columns>
317317

318-
> 查看 [动态设置 publicPath](/config/output#动态设置-publicpath) 了解更多关于 `__webpack_public_path__` 的用法。
318+
> 查看 [动态设置 publicPath](/guide/features/asset-base-path#动态设置-publicpath) 了解更多关于 `__webpack_public_path__` 的用法。
319319
320320
### \_\_webpack_base_uri\_\_
321321

0 commit comments

Comments
 (0)