Skip to content

Commit

Permalink
removed broken q2w links
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Walnes committed Aug 9, 2013
1 parent 75eca7a commit 2b2c36e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ test:
# Push site live. You need to have access to the Heroku account.
live:
git push git@heroku.com:fritzomatic.git
@echo Pushed to http://fritzomatic.quick2wire.com/
@echo Pushed to http://fritzomatic.joewalnes.com/
.PHONY: live
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ To run locally:
make run
# Navigate to http://localhost:5000

To deploy live, to http://fritzomatic.quick2wire.com :
To deploy live, to http://fritzomatic.joewalnes.com :

make live
7 changes: 3 additions & 4 deletions webapp/templates/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,12 @@ <h2>Edit component</h2>
<footer class="footer">
<p class="pull-right"><a href="#">Top</a></p>
<p>
This is <strong>The Quick2Wire Fritzomatic</strong>
This is <strong>The Fritzomatic</strong>
- a tool to generate and share components for the awesome <a href="http://fritzing.org/">Fritzing.org</a>.
</p>
<p>
Built by <a href="http://twitter.com/joewalnes" target="_blank">@joewalnes</a>
for <a href="http://quick2wire.com/">quick2wire.com</a>.
Fork me on <a href="http://github.com/quick2wire/quick2wire-fritzomatic">GitHub</a>.
Built by <a href="http://twitter.com/joewalnes" target="_blank">@joewalnes</a>.
Fork me on <a href="http://github.com/joewalnes/quick2wire-fritzomatic">GitHub</a>.
</p>
</footer>

Expand Down

0 comments on commit 2b2c36e

Please sign in to comment.