File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
electron-nodeintegration/src
wasm-benchmark/src/ui/components Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* 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/
4
4
*/
5
5
6
6
.PSPDFKit-Toolbar {
Original file line number Diff line number Diff line change @@ -88,6 +88,6 @@ Please ensure you’ve signed [our CLA][cla] so that we can accept your contribu
88
88
[ getting started ] : https://www.nutrient.io/getting-started/web/?frontend=react&download=npm&integration=module
89
89
[ react existing project ] : https://www.nutrient.io/getting-started/web/?frontend=react&project=existing-project
90
90
[ 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/
92
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/
93
93
[ cla ] : https://www.nutrient.io/guides/web/current/miscellaneous/contributing/
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export default class Benchmark extends React.Component<Props> {
150
150
< p >
151
151
Read about how you can{ " " }
152
152
< a
153
- href = "https://www.nutrient.io/blog/2018/ optimize-webassembly-startup-performance"
153
+ href = "https://www.nutrient.io/blog/optimize-webassembly-startup-performance"
154
154
target = "_blank"
155
155
rel = "noopener noreferrer"
156
156
>
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function Introduction() {
23
23
benchmark based on{ " " }
24
24
< a href = "https://www.nutrient.io/web" > Nutrient Web SDK</ a > . Want to
25
25
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/" >
27
27
announcement blog post
28
28
</ a >
29
29
.
You can’t perform that action at this time.
0 commit comments