Skip to content

Commit

Permalink
Merge pull request #5341 from olehermanse/libntech
Browse files Browse the repository at this point in the history
Updated links to libntech after move
  • Loading branch information
olehermanse authored Oct 9, 2023
2 parents 55ea44f + f2e7cac commit 81e51d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81e51d8

Please sign in to comment.