diff options
| -rw-r--r-- | cheatsheet/cheatsheet.html | 2 | ||||
| -rw-r--r-- | examples.html | 2 | ||||
| -rw-r--r-- | examples/web/audio/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/core/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/models/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/physics/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/shaders/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/shapes/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/text/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/textures/loader.html | 2 | ||||
| -rw-r--r-- | games.html | 2 | ||||
| -rw-r--r-- | games/loader.html | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 92f17ad..cc19ea6 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -20,7 +20,7 @@ <meta property="og:description" content="Don't miss latest functions added to raylib... check raylib cheatsheet"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/docco.min.css"> diff --git a/examples.html b/examples.html index 84e1ce7..7fac617 100644 --- a/examples.html +++ b/examples.html @@ -100,7 +100,7 @@ </div> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- Add jQuery easing plugin --> <script src="common/libs/jquery.easing.1.3.js"></script> diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/audio/loader.html +++ b/examples/web/audio/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/core/loader.html b/examples/web/core/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/core/loader.html +++ b/examples/web/core/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/models/loader.html b/examples/web/models/loader.html index 40cbce7..7774334 100644 --- a/examples/web/models/loader.html +++ b/examples/web/models/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/physics/loader.html b/examples/web/physics/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/physics/loader.html +++ b/examples/web/physics/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/shaders/loader.html b/examples/web/shaders/loader.html index 420f1b9..bd49897 100644 --- a/examples/web/shaders/loader.html +++ b/examples/web/shaders/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/shapes/loader.html b/examples/web/shapes/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/shapes/loader.html +++ b/examples/web/shapes/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/text/loader.html b/examples/web/text/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/text/loader.html +++ b/examples/web/text/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> diff --git a/examples/web/textures/loader.html b/examples/web/textures/loader.html index f0ff4d7..a4341fb 100644 --- a/examples/web/textures/loader.html +++ b/examples/web/textures/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This is a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> @@ -81,7 +81,7 @@ </div> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- Add jQuery easing plugin --> <script src="common/libs/jquery.easing.1.3.js"></script> diff --git a/games/loader.html b/games/loader.html index 0a4a958..9e8131d 100644 --- a/games/loader.html +++ b/games/loader.html @@ -17,7 +17,7 @@ <meta property="og:description" content="This a small sample game showing what can be done with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> |
