commit f0a6b101b1b474278374bdc21ec98a9ac35acb3a parent 0b0981cfb6bec397e495a4df77734279e8261a74 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 11 Sep 2022 11:59:29 +0200 -fix link Diffstat:
| M | static/javascript.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/javascript.html b/static/javascript.html @@ -3,9 +3,9 @@ <body> <table id="jslicense-labels1"> <tr> - <td><a href="/dist/js/bootstrap.min.js">bootstrap.min.js</a></td> + <td><a href="/dist/bootstrap@4.6.0/bootstrap.min.js">bootstrap.min.js</a></td> <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td> - <td><a href="/dist/js/bootstrap.js">bootstrap.js</a></td> + <td><a href="/dist/bootstrap@4.6.0/bootstrap.js">bootstrap.js</a></td> </tr> </table> </body>