Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN instructions on XDSoft.net are outdated #1208

Open
thelem opened this issue Dec 28, 2024 · 0 comments
Open

CDN instructions on XDSoft.net are outdated #1208

thelem opened this issue Dec 28, 2024 · 0 comments

Comments

@thelem
Copy link

thelem commented Dec 28, 2024

The Getting Started page at https://xdsoft.net/jodit/start.html suggests that you can use jodit with the following code:

<link
	rel="stylesheet"
	href="//cdnjs.cloudflare.com/ajax/libs/jodit/4.2.47/jodit.min.css"
/>
<script src="//cdnjs.cloudflare.com/ajax/libs/jodit/4.2.47/jodit.min.js"></script>

This is incorrect, as it does not include es2021 in the URL.

The page is linked from the header and first paragraph at https://xdsoft.net/jodit/. It would perhaps be better to link to https://xdsoft.net/jodit/docs/docs/getting-started.html which has the correct information (albeit with an outdated version number). This would also mean readers were in the docs and ready to move past the getting started instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant