Browse Source

update wiki link

main
Aaron Parecki 6 years ago
parent
commit
2ad41b90d9
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/webmention-send.php

+ 1
- 1
views/webmention-send.php View File

@ -26,7 +26,7 @@ $(function(){
url: source_url
}, function(data) {
if(data.links.length == 0) {
$("#send-table tbody tr:first td").html('<div class="ui message">No links were found from the given URL. Make sure your post is marked up with <a href="http://indiewebcamp.com/h-entry">h-entry</a> and contains some links.</div>');
$("#send-table tbody tr:first td").html('<div class="ui message">No links were found from the given URL. Make sure your post is marked up with <a href="https://indieweb.org/h-entry">h-entry</a> and contains some links.</div>');
$("#send-table").removeClass("fixed").removeClass("single").removeClass("line");
return;
}

Loading…
Cancel
Save