Skip to content

Commit 1c7b5bd

Browse files
authored
Fix the URL (#4)
Using github.com for GH pages stopped working in 2013
1 parent 07a31b6 commit 1c7b5bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
harvesthq.github.com
2-
======
1+
# harvesthq.github.io
32

43
The source code of http://harvesthq.github.io/

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Open Source @ <a href="https://www.getharvest.com" target="_blank">Harvest</
1515
<p>
1616
Want to work on projects like these? <a href="https://www.getharvest.com/about/contact" target="_blank">Contact us!</a>
1717
<br>
18-
View all our repos <a href="https://github.com/harvesthq/repositories" target="_blank">on Github</a>
18+
View all our repos <a href="https://github.com/orgs/harvesthq/repositories" target="_blank">on Github</a>
1919
</p>
2020
<small>Updated 29 Jan 2016</small>
2121
</header>

0 commit comments

Comments
 (0)