Skip to content

Commit

Permalink
Merge pull request #66 from Bhupesh-V/Bhupesh-V-fix-url
Browse files Browse the repository at this point in the history
fix twitter share url
  • Loading branch information
Bhupesh-V committed Oct 14, 2019
2 parents 2a8e457 + c1732b0 commit c07efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</a>
</div>
<br>
<a href="https://twitter.com/intent/tweet?url=https://tutorialdb.pythonanywhere.com&text=Hey Guys 😃 ! Try tutorialdb, it's a search engine for programming/dev tutorials."><img src="{% static 'app/twitter.svg' %}" height="35" width="35" alt="twitter"></a>
<a href="https://twitter.com/intent/tweet?url=https://tutorialdb-app.herokuapp.com&text=Hey Guys 😃 ! Try tutorialdb, it's a search engine for #programming tutorials."><img src="{% static 'app/twitter.svg' %}" height="35" width="35" alt="twitter"></a>
<a href="https://github.com/Bhupesh-V/tutorialdb"><img src="{% static 'app/github.svg' %}" height="35" width="35" alt="github"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://tutorialdb.pythonanywhere.com"><img src="{% static 'app/fb.svg' %}" height="35" width="35" alt="facebook"></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://tutorialdb.pythonanywhere.com"><img src="{% static 'app/linkedin.svg' %}" height="35" width="35" alt="linkedin"></a>
Expand Down

0 comments on commit c07efcf

Please sign in to comment.