Skip to content

Commit 3003ebd

Browse files
author
Jad Joubran
committed
fixed http over https issue
1 parent 1959859 commit 3003ebd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

angular/app/unsupported_browser/unsupported_browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2>
88
</md-toolbar>
99

1010
<div class="u-center">
11-
<img src="http://i.imgur.com/5sRuLSo.png" alt="Unsupported Browser Page for IE <= 10">
11+
<img src="//i.imgur.com/5sRuLSo.png" alt="Unsupported Browser Page for IE <= 10">
1212
</div>
1313

1414
<div class="PageText">

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Open a new issue, I'd love to help.
4747
<a name="planned_features"></a>
4848
## Planned features
4949

50-
5150
- Make sure that all features have been documented (jshint, jscs)
5251
- Migrate to open source hosting + remove composer.lock properly from pre-commit
5352
- jwt auth example (with database) + route authentication + documentation page

0 commit comments

Comments
 (0)