Skip to content

Commit

Permalink
Remove any reference to codeb.it
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Sep 1, 2020
1 parent 75a5632 commit 7673f3a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,21 @@ <h2>Some examples</h2>
</thead>
<tbody>
<tr>
<td><img src="http://www.placehold.it/400x400/123456"></td>
<td><img src="https://www.placehold.it/400x400/123456"></td>
<td>Pinco</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td><p>Lorem ipsum dolor sit amet, consectetur <strong>adipiscing elit</strong>. Nulla molestie vulputate
lectus, eu aliquam erat cursus ac. Etiam finibus <em>pellentesque turpis</em> vitae lacinia. Suspendisse
lorem nibh, gravida aliquam arcu in, iaculis consectetur nisl. Pellentesque eu mattis sapien.</p></td>
</tr>
<tr>
<td><img src="http://www.placehold.it/400x400/567567"></td>
<td><img src="https://www.placehold.it/400x400/567567"></td>
<td>Pallino</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td><p>Lorem ipsum dolor sit amet, <strong>consectetur adipiscing</strong> elit.</p></td>
</tr>
<tr>
<td><img src="http://www.placehold.it/400x400"></td>
<td><img src="https://www.placehold.it/400x400"></td>
<td>Asdrubale</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td>
Expand All @@ -228,7 +228,7 @@ <h2>Some examples</h2>
<h2>Credits and contacts</h2>

<p>
<strong>ReStable</strong> has been made by <a href="http://codeb.it" target="_blank">me</a>.
<strong>ReStable</strong> has been made by <a href="https://github.com/micc83" target="_blank">me</a>.
You can contact me at <a href="mailto:[email protected]">[email protected]</a>
or <a href="https://twitter.com/Micc1983" target="_blank">twitter</a>
for any issue or feauture request.
Expand Down
2 changes: 1 addition & 1 deletion docs/jquery.restable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/jquery.restable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.restable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.restable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.2",
"description": "jQuery plugin that make tables responsive",
"repository": "https://github.com/micc83/ReStable",
"homepage": "http://codeb.it/restable/",
"homepage": "https://github.com/micc83/ReStable",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
Expand Down

0 comments on commit 7673f3a

Please sign in to comment.