Skip to content

Commit 929a2ba

Browse files
committed
fix cross-references in readme/contribution guide
1 parent 14c8ebd commit 929a2ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Code of Conduct
66

77
This project and everyone participating in it is governed by the
8-
[Code of Conduct](https://github.com/yWorks/svg2pdf.js/CODE_OF_CONDUCT.md).
8+
[Code of Conduct](https://github.com/yWorks/svg2pdf.js/blob/master/CODE_OF_CONDUCT.md).
99
By participating, you are expected to uphold this code. Please report unacceptable behavior to
1010
1111

@@ -39,7 +39,7 @@ We are very happy about pull requests from the community and will discuss and me
3939
preparing a pull request please follow these guidelines:
4040

4141
- You can find instructions for building and testing svg2pdf in the
42-
[readme](https://github.com/yWorks/svg2pdf.js/README.md#building)
42+
[readme](https://github.com/yWorks/svg2pdf.js/blob/master/README.md#building)
4343
- Make sure to cover new features or bugs with test cases. Test cases should be as small as possible. Please don't just
4444
paste SVGs generated by graphics tools, etc. into a test case.
4545
- Make sure to follow the SVG specification. Svg2pdf currently mostly follows SVG 1.1, but some SVG 2.0 features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Please refer to the [jsPDF readme](https://github.com/MrRio/jsPDF).
7979

8080
Svg2pdf is by no means perfect. If you find something is not working as expected we are glad to receive an
8181
[issue report](https://github.com/yWorks/svg2pdf.js/issues) from you. In order to be able to react efficiently we ask
82-
you to provide us with the [necessary information](https://github.com/yWorks/svg2pdf.js/CONTRIBUTING.md#reporting-bugs).
82+
you to provide us with the [necessary information](https://github.com/yWorks/svg2pdf.js/blob/master/CONTRIBUTING.md#reporting-bugs).
8383

84-
Please stick to our [Code of Conduct](https://github.com/yWorks/svg2pdf.js/CODE_OF_CONDUCT.md).
84+
Please stick to our [Code of Conduct](https://github.com/yWorks/svg2pdf.js/blob/master/CODE_OF_CONDUCT.md).
8585

8686
## Building
8787

@@ -104,7 +104,7 @@ You can run the tests using
104104
npm run createreferences && npm run test-unit
105105
```
106106

107-
The tests use the [Karma](https://karma-runner.github.io/2.0/index.html) framework and run in a captured (headless) browser.
107+
The tests use the [Karma](https://karma-runner.github.io/5.2/index.html) framework and run in a captured (headless) browser.
108108

109109
The `createreferences` script starts a server that automatically saves reference PDFs if they don't already exist.
110110
You can omit this command if you just want to test for regression.

0 commit comments

Comments
 (0)