Skip to content

Commit 9ee56cb

Browse files
committed
Documentation update for keyfactor-iot
1 parent 0b3509a commit 9ee56cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo apt update
2222
sudo apt install -y build-essential git curl libcurl4-gnutls-dev libssl-dev
2323

2424
# 2. Clone and build against OpenSSL (64-bit host).
25-
git clone https://github.com/Keyfactor/Keyfactor-CAgent ~/Keyfactor-CAgent
25+
git clone https://github.com/keyfactor-iot/Keyfactor-CAgent ~/Keyfactor-CAgent
2626
cd ~/Keyfactor-CAgent
2727
make clean
2828
make CRYPTO=openssl OUT=exec -j$(nproc)
@@ -64,5 +64,5 @@ Apache-2.0. Full license text in
6464

6565
## Contributing
6666

67-
Issues and pull requests: <https://github.com/Keyfactor/Keyfactor-CAgent>.
67+
Issues and pull requests: <https://github.com/keyfactor-iot/Keyfactor-CAgent>.
6868
See [`docs/development.md`](docs/development.md) before opening a PR.

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ excludes `valgrind.log` and `valgrind_output/`, so it is expected.
110110
## Contributing
111111
112112
Issues and pull requests are welcome at
113-
<https://github.com/Keyfactor/Keyfactor-CAgent>.
113+
<https://github.com/keyfactor-iot/Keyfactor-CAgent>.
114114
115115
Before opening a PR:
116116

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sudo dnf install -y automake autoconf libtool pkg-config wget
5959

6060
```bash
6161
cd ~
62-
git clone https://github.com/Keyfactor/Keyfactor-CAgent
62+
git clone https://github.com/keyfactor-iot/Keyfactor-CAgent
6363
cd Keyfactor-CAgent
6464
```
6565

0 commit comments

Comments
 (0)