Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 9662e95

Browse files
akccakcctwarguiot
authored andcommitted
Fix link of 'jquery.com' (#39)
1 parent 3674845 commit 9662e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>DisplayJS</h1>
7979
<header>
8080
<h1>DisplayJS</h1>
8181
<hr>
82-
<p>DisplayJS is a simple framework that helps you to efficiently render the DOM. When you need to display the content of a variable on the page, you'll write something like this, if you're using <a href="jquery.com">jQuery</a>:</p>
82+
<p>DisplayJS is a simple framework that helps you to efficiently render the DOM. When you need to display the content of a variable on the page, you'll write something like this, if you're using <a href="https://jquery.com">jQuery</a>:</p>
8383
<script src="https://gist.github.com/arguiot/2a238f6e26436c3e0e50b1995a09749e.js"></script>
8484
<p>When you just have one or two variable to display, it's fine to use this method, but when you have like 20 or 30 variables to display, it become a big mess. That's why I created DisplayJS</p>
8585
<p>Now, you can simply use the Display JS method:</p>

0 commit comments

Comments
 (0)