Skip to content

Commit a641d15

Browse files
committed
fix links
1 parent 9a6c27b commit a641d15

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- `root`: Links to the packages in the `README.md` file
810

911
## [0.1.0] - 2023-03-06
1012
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Here are the packages in the namespace:
2424

2525
| Package | Description | Latest |
2626
|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
27-
| [@distributedlab/jac](https://distributed-lab.github.io/web-kit/_distributedlab_jac.html) | A library for constructing JSON-API compliant requests and responses | [![npm version](https://img.shields.io/npm/v/@distributedlab/jac.svg)](https://www.npmjs.com/package/@distributedlab/jac) |
28-
| [@distributedlab/tools](https://distributed-lab.github.io/web-kit/_distributedlab_tools.html) | Collection of common utility functions and classes | [![npm version](https://img.shields.io/npm/v/@distributedlab/tools.svg)](https://www.npmjs.com/package/@distributedlab/tools) |
27+
| [@distributedlab/jac](https://distributed-lab.github.io/web-kit/modules/_distributedlab_jac.html) | A library for constructing JSON-API compliant requests and responses | [![npm version](https://img.shields.io/npm/v/@distributedlab/jac.svg)](https://www.npmjs.com/package/@distributedlab/jac) |
28+
| [@distributedlab/tools](https://distributed-lab.github.io/web-kit/modules/_distributedlab_jac.html) | Collection of common utility functions and classes | [![npm version](https://img.shields.io/npm/v/@distributedlab/tools.svg)](https://www.npmjs.com/package/@distributedlab/tools) |
2929

3030
## Development
3131

0 commit comments

Comments
 (0)