Skip to content

Commit 4da4959

Browse files
Update links in README to point to new documentation
1 parent 93c8e50 commit 4da4959

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you need broader browser compatibility, you can continue using PDF.js `4.10.3
9898
| ------ | ------- | ---- | ------ | ---------- | -------------- |
9999
| 119+ | 115+ | 115+ | 17.4+ | 17.4+ | 126+ |
100100

101-
To change the version of PDF.js used, refer to [Dependency Override](https://docs.react-pdf-kit.dev/usage-guide/overriding-dependency?utm_source=github&utm_medium=referral) guide.
101+
To change the version of PDF.js used, refer to [Dependency Override](https://www.react-pdf-kit.dev/docs/usage-guide/overriding-dependency?utm_source=github&utm_medium=referral) guide.
102102

103103
## 2. Install the Package
104104

@@ -137,7 +137,7 @@ yarn add @react-pdf-kit/viewer
137137
pnpm add @react-pdf-kit/viewer
138138
```
139139

140-
For more information on how to use different package managers, please visit our [installation guide](https://docs.react-pdf-kit.dev/introduction/getting-started/#installation?utm_source=github&utm_medium=referral).
140+
For more information on how to use different package managers, please visit our [installation guide](https://www.react-pdf-kit.dev/docs/introduction/getting-started/#installation?utm_source=github&utm_medium=referral).
141141

142142
## 3. Import and Use the Component
143143

@@ -155,7 +155,7 @@ The following structure demonstrates how to build a React PDF viewer by importin
155155
</RPConfig>
156156
```
157157

158-
_Remark: For more information on each component, please refer to [Component](https://docs.react-pdf-kit.dev/components/overview?utm_source=github&utm_medium=referral)._
158+
_Remark: For more information on each component, please refer to [Component](https://www.react-pdf-kit.dev/docs/components/overview?utm_source=github&utm_medium=referral)._
159159

160160
### Basic Usage
161161

@@ -180,7 +180,7 @@ const App = () => {
180180
export default App
181181
```
182182

183-
The PDF viewer will automatically adjust to fit its container's dimensions. You can control the size by setting the `style` prop on `RPLayout`. For more information on using React PDF, visit our [basic usage guide](https://docs.react-pdf-kit.dev/introduction/basic-usage?utm_source=github&utm_medium=referral)
183+
The PDF viewer will automatically adjust to fit its container's dimensions. You can control the size by setting the `style` prop on `RPLayout`. For more information on using React PDF, visit our [basic usage guide](https://www.react-pdf-kit.dev/docs/introduction/basic-usage?utm_source=github&utm_medium=referral)
184184

185185
You may also check out our [Starter Toolkit](#pushpin-starter-toolkit) for examples to get you started.
186186

@@ -234,7 +234,7 @@ Here are some sample projects to get started on React PDF quickly:
234234

235235
# 📝 Changelog
236236

237-
Check out our latest release [v2.5.0 (7 May 2026)](https://docs.react-pdf-kit.dev/introduction/changelog/#v250-7-May-2026?utm_source=github&utm_medium=referral)
237+
Check out our latest release [v2.5.0 (7 May 2026)](https://www.react-pdf-kit.dev/docs/introduction/changelog/#v250-7-May-2026?utm_source=github&utm_medium=referral)
238238

239239

240240
# :raising_hand: Need Help?
@@ -256,6 +256,6 @@ If you would like to use React PDF commercially, please purchase a license from
256256
- [React.js](https://reactjs.org/)
257257

258258
[reactpdf]: https://www.react-pdf-kit.dev/?utm_source=github&utm_medium=referral
259-
[reactpdf-docs]: https://docs.react-pdf-kit.dev/?utm_source=github&utm_medium=referral
259+
[reactpdf-docs]: https://www.react-pdf-kit.dev/docs/?utm_source=github&utm_medium=referral
260260
[npm]: https://www.npmjs.com/package/@react-pdf-kit/viewer
261261
[twitter]: https://www.x.com/ReactPDF

0 commit comments

Comments
 (0)