@jscad/core 2.5.8 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.5.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.5.8...@jscad/core@2.5.9) (2022-04-24)
7
+
8
+ **Note:** Version bump only for package @jscad/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.5.8](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@2.5.7...@jscad/core@2.5.8) (2022-04-03)
7
15
 
8
16
  **Note:** Version bump only for package @jscad/core
package/README.md CHANGED
@@ -32,8 +32,8 @@ There is no UI or CLi in this package, only pieces of code ready for re-use.
32
32
 
33
33
  ## Documentation
34
34
 
35
- - [JSCAD User Guide](https://www.openjscad.xyz/guide.html)
36
- - [JSCAD API Reference](https://www.openjscad.xyz/docs)
35
+ - [JSCAD User Guide](https://openjscad.xyz/guide.html)
36
+ - [JSCAD API Reference](https://openjscad.xyz/docs/)
37
37
 
38
38
  ## Contributing
39
39
 
@@ -42,11 +42,11 @@ We welcome and encourage anyone to pitch in but please take a moment to read the
42
42
 
43
43
  * If you want to submit a bug report please make sure to follow the [Reporting Issues](https://github.com/jscad/OpenJSCAD.org/wiki/Reporting-Issues) guide. Bug reports are accepted as [Issues](https://github.com/jscad/OpenJSCAD.org/issues/) via GitHub.
44
44
 
45
- * If you want to submit a change or a patch, please read the [Contributing Guide](../../CONTRIBUTING.md) . New contributions are accepted as [Pull Requests](https://github.com/jscad/OpenJSCAD.org/pulls/) via GithHub.
45
+ * If you want to submit a change or a patch, please read the [Contributing Guide](../../CONTRIBUTING.md). New contributions are accepted as [Pull Requests](https://github.com/jscad/OpenJSCAD.org/pulls/) via GitHub.
46
46
 
47
47
  * We only accept bug reports and pull requests on **GitHub**.
48
48
 
49
- * If you have a question about how to use JSCAD, then please start a conversation at the [JSCAD User Group](https://openjscad.xyz/forum.html). You might find the answer in the [JSCAD User Guide](https://www.openjscad.xyz/guide.html).
49
+ * If you have a question about how to use JSCAD, then please start a conversation at the [JSCAD User Group](https://openjscad.xyz/forum.html). You might find the answer in the [JSCAD User Guide](https://openjscad.xyz/guide.html).
50
50
 
51
51
  * If you have a change or new feature in mind, please start a conversation with the [Core Developers](https://openjscad.xyz/forum.html) and start contributing changes.
52
52