@haroonwaves/blog-kit-core 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,14 +16,13 @@ yarn add @haroonwaves/blog-kit-core
16
16
  ## Documentation
17
17
 
18
18
  For complete documentation, API reference, and examples, please visit the
19
- [main documentation](https://github.com/haroonwaves/blog-kit).
19
+ [main documentation](https://blogkit.pages.dev).
20
20
 
21
21
  ## Quick Links
22
22
 
23
- - [Core Package Usage](https://github.com/haroonwaves/blog-kit#core-package)
24
- - [API Reference](https://github.com/haroonwaves/blog-kit#api-reference)
25
- - [Blog File Format](https://github.com/haroonwaves/blog-kit#blog-file-format)
26
- - [Type Definitions](https://github.com/haroonwaves/blog-kit#types)
23
+ - [Quick Start](https://blogkit.pages.dev/docs/quick-start)
24
+ - [Core Package Usage](https://blogkit.pages.dev/docs/core-package)
25
+ - [API Reference](https://blogkit.pages.dev/docs/api-reference)
27
26
 
28
27
  ## Related Packages
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haroonwaves/blog-kit-core",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",