diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-11 18:28:59 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-11 18:28:59 +0000 |
commit | 9c10de27005fedff0460e4f951be55bebebde98f (patch) | |
tree | 4b46f1abb0257fef3468b341252371e23088987e /docs | |
parent | tidied up loading code, added demo of calling func in outer scope (diff) | |
download | irssi-scripts-9c10de27005fedff0460e4f951be55bebebde98f.tar.gz irssi-scripts-9c10de27005fedff0460e4f951be55bebebde98f.zip |
modified buildpod to account for repo rename
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/buildpod.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildpod.pl b/docs/buildpod.pl index dfddf54..debaa3b 100755 --- a/docs/buildpod.pl +++ b/docs/buildpod.pl @@ -32,7 +32,7 @@ sub new { q(find something obviously wrong, or have requests ), q(for further documentation on topics not yet ), q(filled out, please ), - q(<a href="http://github.com/shabble/shab-irssi-scripts/issues#">create an issue</a>), + q(<a href="http://github.com/shabble/irssi-scripts/issues#">create an issue</a>), " on my Github page, and I'll see what I can do.</b></p>", ); @@ -90,7 +90,7 @@ package main; use File::Copy; -my $output_dir = "../../tmp/shab-irssi-scripts/docs/"; +my $output_dir = "../../tmp/irssi-scripts/docs/"; my $batchconv = Pod::Simple::HTMLBatch::Custom->new; my $css = 'podstyle.css'; |