Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 0856cf4

Browse files
authored
Fix broken links
Links were resolving to localhost
1 parent 2ae97c9 commit 0856cf4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/docs/documentation/references/project-configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,16 @@ Array of [rehype plugins](https://github.com/rehypejs/rehype/blob/master/doc/plu
241241

242242
> This property was removed in the v2. Use Gatsby hooks instead.
243243
>
244-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
244+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)
245245
246246
### modifyBundlerConfig
247247

248248
> This property was removed in the v2. Use Gatsby hooks instead.
249249
>
250-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
250+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)
251251
252252
### modifyBabelRc
253253

254254
> This property was removed in the v2. Use Gatsby hooks instead.
255255
>
256-
> More info about it [here](http://localhost:3000/docs/powered-by-gatsby)
256+
> More info about it [here](https://www.docz.site/docs/powered-by-gatsby)

0 commit comments

Comments
 (0)