Skip to content

Commit 3013d61

Browse files
committed
set gh username
1 parent dd11b6f commit 3013d61

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Sandpolis Foundation Module
22

33
_This library module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
This module contains universal types, utilities, and resources.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Sandpolis Instance Module
22

33
_This library module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

instance/sandpolis-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Graphical UI Client
22

33
_This instance module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
#### Docker on Linux
77

instance/sandpolis-client/common/src/main/kotlin/org/s7s/instance/client/desktop/ui/about/AboutView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class AboutView : View("About") {
106106
action {
107107
UI.getApplication()
108108
.getHostServices()
109-
.showDocument("https://github.com/sandpolis/sandpolis")
109+
.showDocument("https://github.com/nativeit-dev/sandpolis")
110110
}
111111
}
112112
}

instance/sandpolis-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Server
22

33
_This instance module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
<p align="center">
77
<img src="https://s3.us-east-2.amazonaws.com/github.sandpolis.com/server/log.png" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Desktop Plugin
22

33
_This plugin module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
The desktop plugin provides remote desktop and bidirectional screen-sharing
77
capabilities.

plugin/sandpolis-plugin-device/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Device Plugin
22

33
_This plugin module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
The device plugin integrates with various non-Sandpolis devices on the network.
77
These devices (called subagents) do not run an agent instance, instead
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Sandpolis Filesystem Plugin
22

33
_This plugin module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
This plugin integrates with the filesystem.

plugin/sandpolis-plugin-shell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Shell Plugin
22

33
_This plugin module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
The shell plugin integrates with the system shell and enables remote shell
77
sessions, command scheduling, etc. It supports the following shells:

plugin/sandpolis-plugin-snapshot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Sandpolis Snapshot Plugin
22

33
_This plugin module is a part of
4-
[Sandpolis](https://github.com/sandpolis/sandpolis)._
4+
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
55

66
The snapshot plugin provides the ability to take and restore cold snapshots of
77
agent disks.

0 commit comments

Comments
 (0)