Skip to content

Commit 5a11920

Browse files
committed
http to https links
1 parent ea367fa commit 5a11920

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This is a port of [OpenCV C++ Haar Detection](http://opencv.org/) (actually a po
1414

1515
Light-weight (~10kB minified, ~5kB gzipped).
1616

17-
[![Haar.js Face Detection](/examples/haar-face-detection.png)](http://foo123.github.com/examples/face-detection/)
18-
[![Haar.js Many Faces Detection](/examples/haar-faces-detection.png)](http://foo123.github.com/examples/faces-detection/)
19-
[![Haar.js Mouth Detection](/examples/haar-mouth-detection.png)](http://foo123.github.com/examples/mouth-detection/)
17+
[![Haar.js Face Detection](/examples/haar-face-detection.png)](https://foo123.github.com/examples/face-detection/)
18+
[![Haar.js Many Faces Detection](/examples/haar-faces-detection.png)](https://foo123.github.com/examples/faces-detection/)
19+
[![Haar.js Mouth Detection](/examples/haar-mouth-detection.png)](https://foo123.github.com/examples/mouth-detection/)
2020
![Haar.js Eyes Detection](/examples/haar-eyes-detection.png)
2121

2222
### Contents
@@ -31,9 +31,9 @@ Light-weight (~10kB minified, ~5kB gzipped).
3131
* [Credits](/credits.md)
3232

3333
### Live Examples
34-
* [Interactive Face Detection](http://foo123.github.com/examples/face-detection/)
35-
* [Many Faces Detection](http://foo123.github.com/examples/faces-detection/)
36-
* [Interactive Mouth Detection](http://foo123.github.com/examples/mouth-detection/)
34+
* [Interactive Face Detection](https://foo123.github.com/examples/face-detection/)
35+
* [Many Faces Detection](https://foo123.github.com/examples/faces-detection/)
36+
* [Interactive Mouth Detection](https://foo123.github.com/examples/mouth-detection/)
3737

3838

3939
### How To use
@@ -144,7 +144,8 @@ The configuration would be the same inside a browser
144144
- [ ] keep up with the changes in openCV cascades xml format (will try)
145145
- [ ] add some real performance tests (anyone interested??)
146146

147-
147+
<!--
148148
*URL* [Nikos Web Development](http://nikos-web-development.netai.net/ "Nikos Web Development")
149149
*URL* [Haar.js blog post](http://nikos-web-development.netai.net/blog/haar-js-feature-detection-in-javascript-and-html5-canvas/ "Haar.js blog post")
150150
*URL* [WorkingClassCode](http://workingclasscode.uphero.com/ "Working Class Code")
151+
-->

0 commit comments

Comments
 (0)