mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-20 05:11:53 +02:00
Fix version links in README (#4028)
Current version links are broken, because they point to non-existing paths.
This commit is contained in:
parent
4a12c3dac4
commit
0666b712e3
@ -143,10 +143,10 @@ Slate's codebase is monorepo managed with [Lerna](https://lerna.js.org/). It con
|
||||
|
||||
| **Package** | **Version** | **Size** | **Description** |
|
||||
| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
|
||||
| [`slate`](./packages/slate) | [](./slate/package.json) | [](https://unpkg.com/slate/dist/slate.min.js) | Slate's core data model logic. |
|
||||
| [`slate-history`](./packages/slate-history) | [](./slate-history/package.json) | [](https://unpkg.com/slate-history/dist/slate-history.min.js) | A plugin that adds undo/redo history to Slate. |
|
||||
| [`slate-hyperscript`](./packages/slate-hyperscript) | [](./slate-hyperscript/package.json) | [](https://unpkg.com/slate-hyperscript/dist/slate-hyperscript.min.js) | A hyperscript tool to write JSX Slate documents! |
|
||||
| [`slate-react`](./packages/slate-react) | [](./slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
||||
| [`slate`](./packages/slate) | [](./packages/slate/package.json) | [](https://unpkg.com/slate/dist/slate.min.js) | Slate's core data model logic. |
|
||||
| [`slate-history`](./packages/slate-history) | [](./packages/slate-history/package.json) | [](https://unpkg.com/slate-history/dist/slate-history.min.js) | A plugin that adds undo/redo history to Slate. |
|
||||
| [`slate-hyperscript`](./packages/slate-hyperscript) | [](./packages/slate-hyperscript/package.json) | [](https://unpkg.com/slate-hyperscript/dist/slate-hyperscript.min.js) | A hyperscript tool to write JSX Slate documents! |
|
||||
| [`slate-react`](./packages/slate-react) | [](./packages/slate-react/package.json) | [](https://unpkg.com/slate-react/dist/slate-react.min.js) | React components for rendering Slate editors. |
|
||||
|
||||
<br />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user