diff --git a/.gitmodules b/.gitmodules index c20a50fa72..3b5d026868 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libntech"] path = libntech - url = https://github.com/cfengine/libntech + url = https://github.com/NorthernTechHQ/libntech [submodule "contrib/emacs-code-style"] path = contrib/emacs-code-style url = https://github.com/cfengine/cfengine-code-style diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b6d0b4c9e..bef03d742e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1037,7 +1037,7 @@ a remote etc.) If you need to make changes to the `libntech` submodule, you will need to submit a PR to that repo: -https://github.com/cfengine/libntech +https://github.com/NorthernTechHQ/libntech The `libntech` PR has to be merged, before we can test your changes in `core`. diff --git a/README.md b/README.md index deefb86546..4a122e9869 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CFEngine is comprised of several source code repositories. As you might be looking for another part of the open source code base, here is a list to ease navigation: * [core](https://github.com/cfengine/core) (This repo) - The C source code for core components, like cf-agent and cf-serverd. - * [libntech](https://github.com/cfengine/libntech) (submodule in core) - Library of reusable C code, such as data structures, string manipulation, JSON parsing, file handling, etc. + * [libntech](https://github.com/NorthernTechHQ/libntech) (submodule in core) - Library of reusable C code, such as data structures, string manipulation, JSON parsing, file handling, etc. * [core/contrib](https://github.com/cfengine/core/tree/master/contrib) (subdirectory in core) - User-contributed tools and scripts * [masterfiles](https://github.com/cfengine/masterfiles) - The Masterfiles Policy Framework (MPF) contains the default policy (.cf) files * [documentation](https://github.com/cfengine/documentation) - Documentation on how CFEngine components work, the policy language, the enterprise features, etc.