diff --git a/docs/grpc.md b/docs/grpc.md index aef79308..9fff1f80 100644 --- a/docs/grpc.md +++ b/docs/grpc.md @@ -391,7 +391,7 @@ file_configs[file_name] = "echo hello world" ## File Examples File versions of the network examples can be found -[here](https://github.com/coreemu/core/tree/master/daemon/examples/grpc). +[here](https://github.com/coreemu/core/tree/master/package/examples/grpc). These examples will create a session using the gRPC API when the core-daemon is running. You can then switch to and attach to these sessions using either of the CORE GUIs. diff --git a/docs/python.md b/docs/python.md index bf9a74e1..f5d4ee52 100644 --- a/docs/python.md +++ b/docs/python.md @@ -414,7 +414,7 @@ session.services.set_service_file( ## File Examples File versions of the network examples can be found -[here](https://github.com/coreemu/core/tree/master/daemon/examples/python). +[here](https://github.com/coreemu/core/tree/master/package/examples/python). ## Executing Scripts from GUI diff --git a/docs/services/security.md b/docs/services/security.md index 30634142..c8856e13 100644 --- a/docs/services/security.md +++ b/docs/services/security.md @@ -71,7 +71,7 @@ sudo cp pki/dh.pem $KEYDIR/dh1024.pem Add VPNServer service to nodes desired for running an OpenVPN server. -Modify [sampleVPNServer](../../daemon/examples/services/sampleVPNServer) for the following +Modify [sampleVPNServer](https://github.com/coreemu/core/blob/master/package/examples/services/sampleVPNServer) for the following * Edit keydir key/cert directory * Edit keyname to use generated server name above * Edit vpnserver to match an address that the server node will have @@ -80,7 +80,7 @@ Modify [sampleVPNServer](../../daemon/examples/services/sampleVPNServer) for the Add VPNClient service to nodes desired for acting as an OpenVPN client. -Modify [sampleVPNClient](../../daemon/examples/services/sampleVPNClient) for the following +Modify [sampleVPNClient](https://github.com/coreemu/core/blob/master/package/examples/services/sampleVPNClient) for the following * Edit keydir key/cert directory * Edit keyname to use generated client name above * Edit vpnserver to match the address a server was configured to use