Skip to content

Commit abfd482

Browse files
authored
docs: Update README.md with updated links
2 parents 2394af8 + 00f03e4 commit abfd482

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
The BloodHound data collector for Microsoft Azure
44

5-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/BloodHoundAD/AzureHound/build.yml)
6-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/BloodHoundAD/AzureHound)
7-
![GitHub all releases](https://img.shields.io/github/downloads/BloodHoundAD/AzureHound/total)
8-
[![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://pkg.go.dev/github.com/bloodhoundad/azurehound)
5+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SpecterOps/AzureHound/build.yml)
6+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/SpecterOps/AzureHound)
7+
![GitHub all releases](https://img.shields.io/github/downloads/SpecterOps/AzureHound/total)
8+
[![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://pkg.go.dev/github.com/SpecterOps/azurehound)
99

1010
## Get AzureHound
1111

1212
### Release Binaries
1313

14-
Download the appropriate binary for your platform from one of our [Releases](https://github.com/bloodhoundad/azurehound/releases).
14+
Download the appropriate binary for your platform from one of our [Releases](https://github.com/SpecterOps/azurehound/releases).
1515

1616
#### Rolling Release
1717

1818
The rolling release contains pre-built binaries that are automatically kept up-to-date with the `main` branch and can be downloaded from
19-
[here](https://github.com/bloodhoundad/azurehound/releases/tag/rolling).
19+
[here](https://github.com/SpecterOps/azurehound/releases/tag/rolling).
2020

2121
> **Warning:** The rolling release may be unstable.
2222
@@ -32,6 +32,12 @@ To build this project from source run the following:
3232
go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"
3333
```
3434

35+
## Documentation
36+
37+
Please refer to the [BloodHound Community Edition documentation](https://bloodhound.specterops.io/home) for:
38+
- [AzureHound Community Edition](https://bloodhound.specterops.io/collect-data/ce-collection/azurehound)
39+
- [AzureHound Community Edition Flags](https://bloodhound.specterops.io/collect-data/ce-collection/azurehound-flags)
40+
3541
## Usage
3642

3743
### Quickstart
@@ -69,9 +75,9 @@ go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Vers
6975
```
7076
❯ azurehound --help
7177
AzureHound vx.x.x
72-
Created by the BloodHound Enterprise team - https://bloodhoundenterprise.io
78+
Created by the BloodHound Enterprise team at SpecterOps - [https://bloodhoundenterprise.io](https://specterops.io/bloodhound-overview/)
7379
74-
The official tool for collecting Azure data for BloodHound and BloodHound Enterprise
80+
The official tool for collecting Azure data for BloodHound Community Edition and BloodHound Enterprise
7581
7682
Usage:
7783
azurehound [command]

0 commit comments

Comments
 (0)