pidgin/nest

535ccb248b8d
Parents e97179cd277f
Children 99e41f4c6e89
Fix some issues that are found in review
--- a/hugo/content/contributing/mercurial.md Fri Aug 23 05:54:49 2019 -0500
+++ b/hugo/content/contributing/mercurial.md Thu Aug 29 15:33:38 2019 -0500
@@ -48,7 +48,7 @@
main repository:
```
-hg clone {{< repo pidgin >}} pidgin
+hg clone https://{{< repo pidgin >}} pidgin
```
This will give you a `pidgin` directory with the 3.0.0 development code by
--- a/hugo/content/development/version-control.md Fri Aug 23 05:54:49 2019 -0500
+++ b/hugo/content/development/version-control.md Thu Aug 29 15:33:38 2019 -0500
@@ -8,7 +8,7 @@
---
All of the source code relating to Pidgin and its libraries is hosted in
-[mercurial](https://www.mercurial-scm.org/) repositories and are specified
+[Mercurial](https://www.mercurial-scm.org/) repositories and are specified
below.
### Repositories
--- a/hugo/content/help/protocols/irc.md Fri Aug 23 05:54:49 2019 -0500
+++ b/hugo/content/help/protocols/irc.md Thu Aug 29 15:33:38 2019 -0500
@@ -20,7 +20,8 @@
Try the
[irchelper](https://{{< repo plugin-pack >}}src/default/irchelper/)
plugin from the {{< repo link="1" name="plugin-pack" >}}. This plugin provides
-fields to enter the services bot's nickname and your services password. It also automatically suppresses messages from the services bots sent on
+fields to enter the services bot's nickname and your services password. It
+also automatically suppresses messages from the services bots sent on
connection. Note that this plugin _does_, in fact, work with Q on Quakenet,
and networks that use AuthServ, not just networks that use NickServ.