Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>{{ page.title }}</h1>
{% if author.openhub %}
<a rel="author" href="https://www.openhub.net/accounts/{{ author.openhub }}"
title="{{ author.name }}'s OpenHub">
<img src="//external-content.duckduckgo.com/ip/www.openhub.net.ico" alt="OpenHub Logo"></a>
<img src="//external-content.duckduckgo.com/ip/openhub.net.ico" alt="OpenHub Logo"></a>
{% endif %}
{% if author.twitter %}
<a rel="author" href="https://twitter.com/{{ author.twitter }}" title="{{ author.name }}'s Twitter">
Expand Down
8 changes: 4 additions & 4 deletions documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Build started at 2020-04-10 08:27:37
[INFO] Overall helloworld branch coverage is 100%
[INFO] Overall helloworld partial branch coverage is 100%
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
[INFO] Running Twine check for generated artifcats
[INFO] Running Twine check for generated artifacts
------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------
Expand Down Expand Up @@ -416,7 +416,7 @@ Build started at 2020-04-12 20:08:50
[INFO] Overall helloworld branch coverage is 100%
[INFO] Overall helloworld partial branch coverage is 100%
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
[INFO] Running Twine check for generated artifcats
[INFO] Running Twine check for generated artifacts
------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------
Expand Down Expand Up @@ -484,7 +484,7 @@ Build started at 2020-04-12 22:45:13
[INFO] Overall helloworld branch coverage is 100%
[INFO] Overall helloworld partial branch coverage is 100%
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
[INFO] Running Twine check for generated artifcats
[INFO] Running Twine check for generated artifacts
------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------
Expand Down Expand Up @@ -530,7 +530,7 @@ Build started at 2020-04-12 22:45:13
[INFO] Executing build in /home/user/projects/helloworld
...
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
[INFO] Running Twine check for generated artifcats
[INFO] Running Twine check for generated artifacts
------------------------------------------------------------
BUILD SUCCESSFUL
------------------------------------------------------------
Expand Down