Skip to content

Commit c07efcf

Browse files
authored
Merge pull request #66 from Bhupesh-V/Bhupesh-V-fix-url
fix twitter share url
2 parents 2a8e457 + c1732b0 commit c07efcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</a>
8989
</div>
9090
<br>
91-
<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>
91+
<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>
9292
<a href="https://github.com/Bhupesh-V/tutorialdb"><img src="{% static 'app/github.svg' %}" height="35" width="35" alt="github"></a>
9393
<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>
9494
<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>

0 commit comments

Comments
 (0)