Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ redisctl enterprise logs list --follow

**That's it!** You're ready to manage your Redis deployments.

[**Full Documentation →**](https://redis-developer.github.io/redisctl/)
[**Full Documentation →**](https://redis-field-engineering.github.io/redisctl-docs/)

---

Expand Down Expand Up @@ -411,13 +411,13 @@ redisctl enterprise cluster get -o yaml

## Documentation

**[Complete Documentation](https://redis-developer.github.io/redisctl/)**
**[Complete Documentation](https://redis-field-engineering.github.io/redisctl-docs/)**

- [Getting Started Guide](https://redis-developer.github.io/redisctl/getting-started/)
- [Command Reference](https://redis-developer.github.io/redisctl/reference/)
- [Configuration Guide](https://redis-developer.github.io/redisctl/configuration/)
- [Workflow Examples](https://redis-developer.github.io/redisctl/workflows/)
- [Troubleshooting](https://redis-developer.github.io/redisctl/troubleshooting/)
- [Getting Started Guide](https://redis-field-engineering.github.io/redisctl-docs/getting-started/)
- [Command Reference](https://redis-field-engineering.github.io/redisctl-docs/reference/)
- [Configuration Guide](https://redis-field-engineering.github.io/redisctl-docs/configuration/)
- [Workflow Examples](https://redis-field-engineering.github.io/redisctl-docs/workflows/)
- [Troubleshooting](https://redis-field-engineering.github.io/redisctl-docs/troubleshooting/)

---

Expand All @@ -433,7 +433,7 @@ Individual crate changelogs:

## Contributing

Contributions welcome! See our [Contributing Guide](https://redis-developer.github.io/redisctl/developer/contributing.html).
Contributions welcome! See our [Contributing Guide](https://redis-field-engineering.github.io/redisctl-docs/developer/contributing.html).

```bash
# Clone and build
Expand Down Expand Up @@ -463,6 +463,6 @@ at your option.

## Support

- [Documentation](https://redis-developer.github.io/redisctl/)
- [Documentation](https://redis-field-engineering.github.io/redisctl-docs/)
- [Issue Tracker](https://github.com/redis-developer/redisctl/issues)
- [Discussions](https://github.com/redis-developer/redisctl/discussions)
2 changes: 1 addition & 1 deletion docs/src/presentation/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h2>Get Started</h2>
redisctl cloud database list --subscription-id 123456</code></pre>
<p style="margin-top: 1.5em"><br /></p>
<h3>github.com/redis-developer/redisctl</h3>
<p class="small">Docs: redis-developer.github.io/redisctl</p>
<p class="small">Docs: redis-field-engineering.github.io/redisctl-docs</p>
</section>
</div>
</div>
Expand Down
Loading