Skip to content

Commit f0e685c

Browse files
committed
Update docs URLs from docs.codifycli.com to codifycli.com/docs
1 parent 7ae8e63 commit f0e685c

37 files changed

+37
-37
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ ISC License - see [LICENSE](LICENSE) file for details.
400400
- [Main Site](https://codifycli.com) - Official website
401401
- [Codify CLI](https://github.com/codifycli/codify) - Main CLI tool
402402
- [Plugin Core](https://github.com/codifycli/codify-plugin-core) - Plugin framework
403-
- [Documentation](https://docs.codifycli.com) - Full documentation
403+
- [Documentation](https://codifycli.com/docs) - Full documentation
404404

405405
## Support
406406

scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tart clone ghcr.io/cirruslabs/macos-tahoe-base:latest codify-test-vm
2-
tart set codify-test-vm --memory 6124 --cpu 4 --storage 128
2+
tart set codify-test-vm --memory 6124 --cpu 4
33

44
# tart clone ghcr.io/kevinwang5658/sonoma-codify:v0.0.3 codify-sonoma

src/resources/apt/apt-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/apt.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/apt/",
4+
"$comment": "https://codifycli.com/docs/core-resources/apt/",
55
"title": "Apt resource",
66
"description": "Manage apt packages on Debian-based systems.",
77
"type": "object",

src/resources/aws-cli/cli/aws-cli-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/aws-cli.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/aws-cli/",
4+
"$comment": "https://codifycli.com/docs/core-resources/aws-cli/",
55
"title": "Aws-CLI resource",
66
"type": "object",
77
"description": "Installs aws-cli.",

src/resources/aws-cli/profile/aws-profile-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/aws-profile.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/aws-profile/",
4+
"$comment": "https://codifycli.com/docs/core-resources/aws-profile/",
55
"title": "Aws-CLI configure resource",
66
"type": "object",
77
"description": "Configures AWS profiles.",

src/resources/dnf/dnf-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/dnf.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/dnf/",
4+
"$comment": "https://codifycli.com/docs/core-resources/dnf/",
55
"title": "Dnf resource",
66
"description": "Manage dnf packages on modern Red Hat-based systems.",
77
"type": "object",

src/resources/docker/docker-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/docker.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/docker/",
4+
"$comment": "https://codifycli.com/docs/core-resources/docker/",
55
"title": "Docker resource",
66
"type": "object",
77
"description": "Installs docker.",

src/resources/file/remote-file-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/remote-file.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/files/remote-file/",
4+
"$comment": "https://codifycli.com/docs/core-resources/files/remote-file/",
55
"title": "Remote file resource",
66
"description": "Represents a file stored on codify cloud. Use apply to pull changes from remote and save to local. Use refresh and import to upload changes to remote.",
77
"type": "object",

src/resources/git/git/git-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/git.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/git/git/",
4+
"$comment": "https://codifycli.com/docs/core-resources/git/git/",
55
"title": "Git resource",
66
"description": "Set and manage global git settings (email and username)",
77
"type": "object",

src/resources/git/lfs/git-lfs-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/git-lfs.json",
4-
"$comment": "https://docs.codifycli.com/core-resources/git/git-lfs/",
4+
"$comment": "https://codifycli.com/docs/core-resources/git/git-lfs/",
55
"title": "Git-LFS resource",
66
"description": "Installs git-lfs. This resource will automatically activate git-lfs as well.",
77
"type": "object",

0 commit comments

Comments
 (0)