'GET https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js net::ERR_ABORTED 404 (Not Found)

My html uses "jquery.min.js" by https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js.

<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
    <title>xxxx</title>
    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>

Today it suddenly doesn't work, chrome console show:

GET https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js net::ERR_ABORTED 404 (Not Found)

What should i do for the url? Can i change another one? Or download jquery.js(3.4.1) and put it on my service? This web only services for about 1000 people.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source