Skip to content

Commit

Permalink
Update support forum URL.
Browse files Browse the repository at this point in the history
Settling on Google Groups for the official support forum.
  • Loading branch information
Michael Sisk committed Aug 17, 2012
1 parent 22ce2ec commit 0b312ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion -/php/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function plugin_row_meta( $meta, $file, $data ) {
public function plugin_action_links( $actions, $file, $data, $context ) {
if ( 'Webcomic' === $data[ 'Name' ] ) {
$actions[ 'settings' ] = sprintf( '<a href="%s">%s</a>', esc_url( add_query_arg( array( 'page' => 'webcomic' ), admin_url( 'options-general.php' ) ) ), __( 'Settings', 'webcomic' ) );
$actions[ 'support' ] = sprintf( '<a href="http://webcomic.nu/support" target="_blank">%s</a>', __( 'Support', 'webcomic' ) );
$actions[ 'support' ] = sprintf( '<a href="//groups.google.com/d/forum/webcomicnu" target="_blank">%s</a>', __( 'Support', 'webcomic' ) );
}

return $actions;
Expand Down
2 changes: 1 addition & 1 deletion -/php/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private function sidebar() {
<p><strong>%s</strong></p>
<p><a href="//github.com/mgsisk/webcomic/wiki" target="_blank">%s</a></p>
<p><a href="//vimeo.com/channels/webcomic" target="_blank">%s</a></p>
<p><a href="http://webcomic.nu/support" target="_blank">%s</a></p>
<p><a href="//groups.google.com/d/forum/webcomicnu" target="_blank">%s</a></p>
<p><a href="//github.com/mgsisk/webcomic/issues" target="_blank">%s</a></p>
<hr>
<p><a href="support@webcomic.nu">%s</a></p>',
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Once installed and activated you can use Webcomic in one of three ways:

- [Beginner's Guide](//github.com/mgsisk/webcomic/wiki)
- [Video Tutorials](//vimeo.com/channels/webcomic)
- [Support Forum](http://webcomic.nu/support)
- [Support Forum](//groups.google.com/d/forum/webcomicnu)
- [Issue Tracker](//github.com/mgsisk/webcomic/issues)
- [Email Support](mailto:support@webcomic.nu)

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Once installed and activated you can use Webcomic in one of three ways:

- [Beginner's Guide](//github.com/mgsisk/webcomic/wiki)
- [Video Tutorials](//vimeo.com/channels/webcomic)
- [Support Forum](http://webcomic.nu/support)
- [Support Forum](//groups.google.com/d/forum/webcomicnu)
- [Issue Tracker](//github.com/mgsisk/webcomic/issues)
- [Email Support](mailto:support@webcomic.nu)

Expand Down

0 comments on commit 0b312ab

Please sign in to comment.