diff options
Diffstat (limited to 'doc/forum')
| -rw-r--r-- | doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment b/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment index 3a2055ea..5c03304b 100644 --- a/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment +++ b/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment @@ -15,7 +15,7 @@ like this: (Just (System (Debian _) _)) -> ensureProperty fooDebian (Just (System (Ubuntu _) _)) -> ensureProperty fooUbuntu -The first step for adding a new OS will be to modify <http://hackage.haskell.org/package/propellor-1.0.0/docs/Propellor-Types-OS.html>. +The first step for adding a new OS will be to modify <http://hackage.haskell.org/package/propellor/docs/Propellor-Types-OS.html>. Compilation will then warn about all OS parameterized properties that need to be updated to support your added OS, and it can be taken from there. |
