Skip to content

Commit

Permalink
1841 replace broken link pointing to tagalog dictionary (#1867)
Browse files Browse the repository at this point in the history
resolves #1841
  • Loading branch information
jo-elimu authored Aug 27, 2024
2 parents eb9accc + 6c7ec9c commit c521835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/content/word/create.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<a href="https://translate.google.com/?sl=tl&tl=en&op=translate&text=<c:out value='${word.text}' />" target="_blank">Google Translate</a>
</li>
<li>
<a href="https://www.tagaloglessons.com/words/<c:out value='${word.text}' />.php" target="_blank">TagalogLessons</a>
<a href="https://www.tagalog.com/dictionary/<c:out value='${word.text}' />" target="_blank">TagalogLessons</a>
</li>
</ol>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/content/word/edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
<a href="https://translate.google.com/?sl=tl&tl=en&op=translate&text=<c:out value='${word.text}' />" target="_blank">Google Translate</a>
</li>
<li>
<a href="https://www.tagaloglessons.com/words/<c:out value='${word.text}' />.php" target="_blank">TagalogLessons</a>
<a href="https://www.tagalog.com/dictionary/<c:out value='${word.text}' />" target="_blank">TagalogLessons</a>
</li>
</ol>
</div>
Expand Down

0 comments on commit c521835

Please sign in to comment.