Skip to content

Commit cf24667

Browse files
Update README.md
1 parent 2635971 commit cf24667

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://www.react-pdf.dev/" target="_blank">
2+
<a href="https://www.react-pdf.dev/?utm_source=github&utm_medium=referral" target="_blank">
33
<picture>
44
<source srcset="./assets/img/react-pdf_cover.webp" width="100%">
55
<img alt="React PDF" src="./assets/img/react-pdf_cover.webp width="100%">
@@ -47,7 +47,7 @@ As developers ourselves, we faced many issues such as browser incompatibility an
4747
- 📂 **Document Management Tools**, including features like downloading and printing.
4848
- 👁️ **Accessibility Support** to built-in support for ARIA attributes and tooltips, catering to diverse user bases.
4949

50-
For the full feature set, visit [React PDF Features](https://www.react-pdf.dev/features?utm_source=github).
50+
For the full feature set, visit [React PDF Features](https://www.react-pdf.dev/features?utm_source=github&utm_medium=referral).
5151

5252
# :zap: Quick Start Guide
5353

@@ -111,7 +111,7 @@ yarn add @pdf-viewer/react
111111
pnpm add @pdf-viewer/react
112112
```
113113

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

116116
## 3. Import and Use the Component
117117

@@ -129,7 +129,7 @@ The following structure demonstrates how to build a React PDF viewer by importin
129129
</RPConfig>
130130
```
131131

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

134134
### Basic Usage
135135

@@ -154,7 +154,7 @@ const App = () => {
154154
export default App
155155
```
156156

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

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

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

182182
# 📝 Changelog
183183

184-
Check out our latest release [v1.9.1 (3 October 2025)](https://docs.react-pdf.dev/introduction/changelog/#v191-3-october-2025)
184+
Check out our latest release [v1.9.1 (3 October 2025)](https://docs.react-pdf.dev/introduction/changelog/#v191-3-october-2025?utm_source=github&utm_medium=referral)
185185

186186

187187
# :raising_hand: Need Help?
@@ -190,7 +190,7 @@ We are more than happy to help you. If you have any questions, run into any erro
190190

191191
# :page_facing_up: License
192192

193-
React PDF is distributed under our proprietary license. Please refer to our [License page](https://www.react-pdf.dev/license-agreement?utm_source=github) file for more details.
193+
React PDF is distributed under our proprietary license. Please refer to our [License page](https://www.react-pdf.dev/license-agreement?utm_source=github&utm_medium=referral) file for more details.
194194

195195
If you would like to use React PDF commercially, please purchase a license from [our website][reactpdf] or reach out to us directly at [david@react-pdf.dev](mailto:david@react-pdf.dev).
196196

@@ -201,7 +201,7 @@ If you would like to use React PDF commercially, please purchase a license from
201201
- [Img Shields](https://shields.io)
202202
- [React.js](https://reactjs.org/)
203203

204-
[reactpdf]: https://www.react-pdf.dev
205-
[reactpdf-docs]: https://docs.react-pdf.dev
204+
[reactpdf]: https://www.react-pdf.dev/?utm_source=github&utm_medium=referral
205+
[reactpdf-docs]: https://docs.react-pdf.dev/?utm_source=github&utm_medium=referral
206206
[npm]: https://www.npmjs.com/package/@pdf-viewer/react
207207
[twitter]: https://www.x.com/ReactPDF

0 commit comments

Comments
 (0)