Skip to content

Commit 8abd5ec

Browse files
committed
Remove reference to cagent
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent b48811b commit 8abd5ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/SECURITY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

3-
The maintainers of `cagent` take security seriously. If you discover
3+
The maintainers of `docker agent` take security seriously. If you discover
44
a security issue, please bring it to their attention right away!
55

66
## Reporting a Vulnerability

‎docs/_includes/header.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
2424
</button>
2525

26-
<a href="https://github.com/docker/cagent" target="_blank" rel="noopener" class="github-link" title="GitHub" aria-label="View Docker Agent on GitHub">
26+
<a href="https://github.com/docker/docker-agent" target="_blank" rel="noopener" class="github-link" title="GitHub" aria-label="View Docker Agent on GitHub">
2727
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/></svg>
2828
</a>
2929
</div>

‎docs/community/contributing/index.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ _docker-agent is open source. Here's how to set up your development environment
2828

2929
```bash
3030
# Clone and build
31-
git clone https://github.com/docker/cagent.git
32-
cd cagent
31+
git clone https://github.com/docker/docker-agent.git
32+
cd docker-agent
3333
task build
3434

3535
# Set API keys

0 commit comments

Comments
 (0)