Skip to content

Commit 09440b8

Browse files
Merge pull request #388 from syncfusion-content/ES-843999-scheduler-hf
documentation(ES-843999): Corrected the script and style tag in the EJ1 Schedule UG documentation
2 parents 412868d + eaf6192 commit 09440b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/Schedule/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Refer the CSS file from the specific theme folder to your HTML file within the h
7474
<head>
7575
<meta charset="utf-8" />
7676
<title>Getting Started - Schedule</title>
77-
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
77+
<link href="http://cdn.syncfusion.com/20.4.0.38/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
7878
</head>
7979

8080
{% endhighlight %}
@@ -86,11 +86,11 @@ Add links to the [CDN](/js/cdn) Script files with other required external depend
8686
<head>
8787
<meta charset="utf-8" />
8888
<title>Getting Started - Schedule</title>
89-
<link href="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
89+
<link href="http://cdn.syncfusion.com/20.4.0.38/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
9090
<script src="http://cdn.syncfusion.com/js/assets/external/jquery-1.10.2.min.js"></script>
9191
<script src="http://cdn.syncfusion.com/js/assets/external/jquery.easing.1.3.min.js"></script>
9292
<script src="http://cdn.syncfusion.com/js/assets/external/jsrender.min.js"></script>
93-
<script src="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js"></script>
93+
<script src="http://cdn.syncfusion.com/20.4.0.38/js/web/ej.web.all.min.js"></script>
9494
</head>
9595

9696
{% endhighlight %}

0 commit comments

Comments
 (0)