Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
fix link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Apr 8, 2019
1 parent 459ee82 commit 0d97cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/web_gui/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Like This TOP pages. Click ``GO DEMO APP`` .

Choose Files, digits and extension. Click ``Create!`` and Downloading ``result.pdf``

.. image:: https://raw.githubusercontent.com/tubone24/ebook_homebrew/master/examples/web_gui/docs/images/to2.png
.. image:: https://raw.githubusercontent.com/tubone24/ebook_homebrew/master/examples/web_gui/docs/images/top2.png
2 changes: 1 addition & 1 deletion examples/web_gui/ebook_homebrew_webUI/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def handle_over_max_file_size(error):

if __name__ == "__main__":
print(app.url_map)
app.run(host='localhost', port=8080)
app.run(host="0.0.0.0", port=8080)

0 comments on commit 0d97cd9

Please sign in to comment.