Skip to content

Commit 09973f6

Browse files
authored
Merge pull request #6 from riddla/master
fix: Add github links to "Extra Info" section
2 parents 6e9d997 + cff3169 commit 09973f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify-webhook-deploy.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ public function plugin_settings_subpage_content() {?>
103103

104104
<footer>
105105
<h3>Extra Info</h3>
106-
<p><a href="https://github.com.au">Plugin Docs</a></p>
107-
<p><a href="https://github.com.au">Project Github</a></p>
106+
<p><a href="https://github.com/lukethacoder/wp-webhook-netlify-deploy">Plugin Docs</a></p>
107+
<p><a href="https://github.com/lukethacoder/wp-webhook-netlify-deploy">Project Github</a></p>
108108
</footer>
109109

110110
</div> <?php
@@ -395,4 +395,4 @@ public function field_callback( $arguments ) {
395395
}
396396

397397
new deployWebhook;
398-
?>
398+
?>

0 commit comments

Comments
 (0)