Skip to content

Commit 8198434

Browse files
committed
Merge pull request #164 from Zarthus/patch-1
README: Fix Outdated links and paths to Refresh.
2 parents 708845c + aca1c41 commit 8198434

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python3.4 -m cloudbot
3131

3232
Note that you can also run the `cloudbot/__main__.py` file directly, which will work from any directory.
3333
```
34-
python3.4 CloudBotRefresh/cloudbot/__main__.py
34+
python3.4 CloudBot/cloudbot/__main__.py
3535
```
3636
Specify the path as /path/to/repository/cloudbot/__main__.py, where `cloudbot` is inside the repository directory.
3737

@@ -41,9 +41,9 @@ Specify the path as /path/to/repository/cloudbot/__main__.py, where `cloudbot` i
4141

4242
The CloudBot documentation is currently somewhat outdated and may not be correct. If you need any help, please visit our [IRC channel](irc://irc.esper.net/cloudbot) and we will be happy to assist you.
4343

44-
To write your own plugins, visit the [Plugins Wiki Page](https://github.com/CloudBotIRC/CloudBotRefresh/wiki/Writing-Refresh-Modules).
44+
To write your own plugins, visit the [Plugins Wiki Page](https://github.com/CloudBotIRC/CloudBot/wiki/Writing-your-first-command-plugin).
4545

46-
More at the [Wiki Main Page](https://github.com/CloudBotIRC/CloudBotRefresh/wiki).
46+
More at the [Wiki Main Page](https://github.com/CloudBotIRC/CloudBot/wiki).
4747

4848
### Support
4949

0 commit comments

Comments
 (0)