Skip to content

Commit

Permalink
docs: fix broken Rsbuild links (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 24, 2024
1 parent 3c88d59 commit 8c81084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/document/docs/en/guide/basic/ssg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineConfig({
});
```

For more detailed config of `builderConfig.html.tags`, please refer to the [documentation](https://rsbuild.dev/config/options/html.html#htmltags).
For more detailed config of `builderConfig.html.tags`, please refer to the [documentation](https://rsbuild.dev/config/html/tags).

## Preview

Expand Down
2 changes: 1 addition & 1 deletion packages/document/docs/zh/guide/basic/ssg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineConfig({
});
```

关于 `builderConfig.html.tags` 更详细的配置,请参考[文档](https://rsbuild.dev/zh/config/options/html.html#htmltags)
关于 `builderConfig.html.tags` 更详细的配置,请参考[文档](https://rsbuild.dev/zh/config/html/tags)

## 预览产物

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-playground/src/web/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useDark } from '@rspress/core/runtime';
import { DEFAULT_MONACO_URL } from './constant';

// inject by Rsbuild in cli/index.ts
// see: https://rsbuild.dev/zh/config/options/source.html#sourcedefine
// see: https://rsbuild.dev/config/source/define
declare global {
const __PLAYGROUND_MONACO_LOADER__: any;
const __PLAYGROUND_MONACO_OPTIONS__: any;
Expand Down

0 comments on commit 8c81084

Please sign in to comment.