From b99379f41226684cf6ed4e451f7e67ff2354661d Mon Sep 17 00:00:00 2001 From: JT Pennington Date: Thu, 18 Aug 2016 14:06:30 -0400 Subject: [PATCH] Update README.md Updated links to point to trueos repo instead of the older pcbsd repo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8613f83..6d75c15 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Official repo for PC-BSD's sysadm middleware WebSocket & REST server This middleware acts as the core for controlling a PC-BSD or FreeBSD
system either locally or remotely via WebSockets or REST. It is also the
-server component to [PC-BSD's SysAdm GUI client](https://github.com/pcbsd/sysadm-ui-qt). +server component to [TrueOS' SysAdm GUI client](https://github.com/trueos/sysadm-ui-qt). ### Required Qt Modules @@ -32,7 +32,7 @@ Qt5 Websockets (pkg install qt5-websockets) ### Building SysAdm ``` -% git clone https://github.com/pcbsd/sysadm.git +% git clone https://github.com/trueos/sysadm.git % cd sysadm/src % /usr/local/lib/qt5/bin/qmake -recursive % make && sudo make install @@ -79,14 +79,14 @@ add a new function which accepts JSON in, and returns JSON, then connect
it to the backend. Example: -https://github.com/pcbsd/sysadm/commit/4d3b590f460d301b9376a063f9407dabfd7c9c66 +https://github.com/trueos/sysadm/commit/4d3b590f460d301b9376a063f9407dabfd7c9c66 ### Adding new Classes for API calls Adding a new API class requires tweaking a few more files than a new API call only. Example: -https://github.com/pcbsd/sysadm/commit/1ba65b33880e2298ade3e5cc4f2718aa6112e44f +https://github.com/trueos/sysadm/commit/1ba65b33880e2298ade3e5cc4f2718aa6112e44f ### Testing new API calls / classes