diff --git a/docs/technical/pmodule-spec.md b/docs/technical/pmodule-spec.md index d25fbf5..4699ee5 100644 --- a/docs/technical/pmodule-spec.md +++ b/docs/technical/pmodule-spec.md @@ -2,7 +2,7 @@ In PyLink, each protocol module is a single file consisting of a protocol class, and a global `Class` attribute that is set equal to it (e.g. `Class = InspIRCdProtocol`). These classes should be based off of either [`classes.Protocol`](https://github.com/GLolol/PyLink/blob/e4fb64aebaf542122c70a8f3a49061386a00b0ca/classes.py#L532), a boilerplate class that only defines a few basic things, or [`ts6_common.TS6BaseProtocol`](https://github.com/GLolol/PyLink/blob/0.5.0-dev/protocols/ts6_common.py), which includes elements of the TS6 protocol that are shared by the InspIRCd, UnrealIRCd, and TS6 protocols. IRC objects load protocol modules by creating an instance of its main class, and sends it commands accordingly. -See also: [autogen/inspircd.html](https://cdn.rawgit.com/GLolol/PyLink/506ae011a4a13531a66272573441f6f6bf5471f6/docs/technical/autogen/inspircd.html) for auto-generated documentation the InspIRCd protocol module. +See also: [autogen/inspircd.html](autogen/inspircd.html) for auto-generated documentation the InspIRCd protocol module. ## Tasks diff --git a/docs/technical/using-utils.md b/docs/technical/using-utils.md index 8ac6020..a045487 100644 --- a/docs/technical/using-utils.md +++ b/docs/technical/using-utils.md @@ -1 +1 @@ -See [autogen/utils.html](https://cdn.rawgit.com/GLolol/PyLink/506ae011a4a13531a66272573441f6f6bf5471f6/docs/technical/autogen/utils.html) for auto-generated documentation for the utils module. +See [autogen/utils.html](autogen/utils.html) for auto-generated documentation for the utils module.