Update docs CDN link

This commit is contained in:
Elton Mesquita 2020-09-08 09:23:35 +01:00
parent 4277e7d01d
commit d6765f7589
2 changed files with 2 additions and 2 deletions

View File

@ -870,7 +870,7 @@
<pre><code class="language-html">&lt;head&gt;
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.min.css&quot;
href=&quot;https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css&quot;
/&gt;
&lt;/head&gt;
</code></pre>

View File

@ -20,7 +20,7 @@ or add it directly to your webpage using a CDN:
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
```