Skip to content

Commit

Permalink
Remove V3 support, update readme (#10872)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 15, 2022
1 parent ae1365e commit c0fe7f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Expand Up @@ -14,7 +14,7 @@ body:

- type: markdown
attributes:
value: Chart.js versions lower then 3.x are NOT supported anymore, new issues will be disregarded.
value: Chart.js versions lower then 4.x are NOT supported anymore, new issues will be disregarded.

- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Expand Up @@ -44,7 +44,7 @@ template: |
# Essential Links
* [npm](https://www.npmjs.com/package/chart.js)
* [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration)
* [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html)
* [Docs](https://www.chartjs.org/docs/latest/)
* [API](https://www.chartjs.org/docs/latest/api/)
* [Samples](https://www.chartjs.org/docs/latest/samples/)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@

## Documentation

All the links point to the new version 3 of the lib.
All the links point to the new version 4 of the lib.

* [Introduction](https://www.chartjs.org/docs/latest/)
* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/index)
Expand All @@ -27,7 +27,7 @@ All the links point to the new version 3 of the lib.
* [Popular Extensions](https://github.com/chartjs/awesome)
* [Samples](https://www.chartjs.org/samples/)

In case you are looking for the docs of version 2, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)
In case you are looking for an older version of the docs, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)

## Contributing

Expand Down

0 comments on commit c0fe7f9

Please sign in to comment.