Broken CDN link with specific version.
tienipia opened this issue · 2 comments
tienipia commented
Version
2.1.3
Test Environment
Any browser / Any OS
Current Behavior
<!-- Currently 404 returned -->
<script src="https://uicdn.toast.com/calendar/2.1.3/toastui-calendar.min.js"></script>
According to CDN guide of toast-ui/calendar, replacing latest
to specific version may return fixed version.
But, currently above url return 404.
Expected Behavior
Specific versioned url must be provided.
tienipia commented
Resolved.
<script src="https://uicdn.toast.com/calendar/v2.1.3/toastui-calendar.min.js"></script>
tienipia commented
CDN link of nhn/tui.editor project with specific version does not require the letter v.
CDN link rules should be unifed throughout all toast-ui projects.