Skip to content

Commit 5129dae

Browse files
Update outdated blog post links in example projects.
1 parent b547b58 commit 5129dae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/electron-nodeintegration/src/nutrient.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* You can use this style sheet to theme Nutrient Electron SDK.
3-
* https://www.nutrient.io/blog/2018/theming-pspdfkit-for-web/
3+
* https://www.nutrient.io/blog/theming-pspdfkit-for-web/
44
*/
55

66
.PSPDFKit-Toolbar {

examples/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ Please ensure you’ve signed [our CLA][cla] so that we can accept your contribu
8888
[getting started]: https://www.nutrient.io/getting-started/web/?frontend=react&download=npm&integration=module
8989
[react existing project]: https://www.nutrient.io/getting-started/web/?frontend=react&project=existing-project
9090
[react guides]: https://www.nutrient.io/guides/web/react/
91-
[how to convert html to pdf using react]: https://www.nutrient.io/blog/2022/how-to-convert-html-to-pdf-using-react/
91+
[how to convert html to pdf using react]: https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-react/
9292
[how to build a react.js pdf viewer with react-pdf]: https://www.nutrient.io/blog/2021/how-to-build-a-reactjs-pdf-viewer-with-react-pdf/
9393
[cla]: https://www.nutrient.io/guides/web/current/miscellaneous/contributing/

examples/wasm-benchmark/src/ui/components/Benchmark.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default class Benchmark extends React.Component<Props> {
150150
<p>
151151
Read about how you can{" "}
152152
<a
153-
href="https://www.nutrient.io/blog/2018/optimize-webassembly-startup-performance"
153+
href="https://www.nutrient.io/blog/optimize-webassembly-startup-performance"
154154
target="_blank"
155155
rel="noopener noreferrer"
156156
>

examples/wasm-benchmark/src/ui/components/Introduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Introduction() {
2323
benchmark based on{" "}
2424
<a href="https://www.nutrient.io/web">Nutrient Web SDK</a>. Want to
2525
know more about the benchmark? Read the{" "}
26-
<a href="https://www.nutrient.io/blog/2018/a-real-world-webassembly-benchmark/">
26+
<a href="https://www.nutrient.io/blog/a-real-world-webassembly-benchmark/">
2727
announcement blog post
2828
</a>
2929
.

0 commit comments

Comments
 (0)