Skip to content

Commit 7673f3a

Browse files
author
Alessandro Benoit
committed
Remove any reference to codeb.it
1 parent 75a5632 commit 7673f3a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,21 @@ <h2>Some examples</h2>
190190
</thead>
191191
<tbody>
192192
<tr>
193-
<td><img src="http://www.placehold.it/400x400/123456"></td>
193+
<td><img src="https://www.placehold.it/400x400/123456"></td>
194194
<td>Pinco</td>
195195
<td><a href="mailto:[email protected]">[email protected]</a></td>
196196
<td><p>Lorem ipsum dolor sit amet, consectetur <strong>adipiscing elit</strong>. Nulla molestie vulputate
197197
lectus, eu aliquam erat cursus ac. Etiam finibus <em>pellentesque turpis</em> vitae lacinia. Suspendisse
198198
lorem nibh, gravida aliquam arcu in, iaculis consectetur nisl. Pellentesque eu mattis sapien.</p></td>
199199
</tr>
200200
<tr>
201-
<td><img src="http://www.placehold.it/400x400/567567"></td>
201+
<td><img src="https://www.placehold.it/400x400/567567"></td>
202202
<td>Pallino</td>
203203
<td><a href="mailto:[email protected]">[email protected]</a></td>
204204
<td><p>Lorem ipsum dolor sit amet, <strong>consectetur adipiscing</strong> elit.</p></td>
205205
</tr>
206206
<tr>
207-
<td><img src="http://www.placehold.it/400x400"></td>
207+
<td><img src="https://www.placehold.it/400x400"></td>
208208
<td>Asdrubale</td>
209209
<td><a href="mailto:[email protected]">[email protected]</a></td>
210210
<td>
@@ -228,7 +228,7 @@ <h2>Some examples</h2>
228228
<h2>Credits and contacts</h2>
229229

230230
<p>
231-
<strong>ReStable</strong> has been made by <a href="http://codeb.it" target="_blank">me</a>.
231+
<strong>ReStable</strong> has been made by <a href="https://github.com/micc83" target="_blank">me</a>.
232232
You can contact me at <a href="mailto:[email protected]">[email protected]</a>
233233
or <a href="https://twitter.com/Micc1983" target="_blank">twitter</a>
234234
for any issue or feauture request.

docs/jquery.restable.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/jquery.restable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.restable.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.restable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.2",
55
"description": "jQuery plugin that make tables responsive",
66
"repository": "https://github.com/micc83/ReStable",
7-
"homepage": "http://codeb.it/restable/",
7+
"homepage": "https://github.com/micc83/ReStable",
88
"license": "MIT",
99
"devDependencies": {
1010
"bower": "^1.3.1",

0 commit comments

Comments
 (0)