reduxjs / redux-toolkit

The official, opinionated, batteries-included toolset for efficient Redux development
https://redux-toolkit.js.org
MIT License
10.64k stars 1.15k forks source link

Docs: @link leads to Netlify #3358

Open DennisRas opened 1 year ago

DennisRas commented 1 year ago

Are the links in the source code supposed to lead to the Netlify version of the docs? Note that not all links can be replaced with the same path (see second example).

Today: https://redux-toolkit.js.org/rtk-query/api/createApi https://github.com/reduxjs/redux-toolkit/blob/bdf8af37ec868150c771fb78bf0de99f7984841f/packages/toolkit/src/query/createApi.ts#L200

Today: https://redux-toolkit.js.org/rtk-query/usage/customizing-create-api https://github.com/reduxjs/redux-toolkit/blob/bdf8af37ec868150c771fb78bf0de99f7984841f/packages/toolkit/src/query/createApi.ts#L215

markerikson commented 1 year ago

Ah, those must have never been updated when we merged the standalone alpha into the RTK repo :)