docs: fixed documentation to point to the right files

This commit is contained in:
Blake Harnden 2022-12-05 01:15:09 -08:00
parent 6c52029795
commit e176a02460
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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