Skip to content

Commit 215c16c

Browse files
authored
Merge pull request #752 from SpecterOps/slack_link_fix
Fix: Update slack links
2 parents c3eb85d + 121b71a commit 215c16c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. admonition:: Deprecated Documentation
22
:class: deprecated
33

4-
**This documentation refers to deprecated BloodHound Legacy (version 4.3, released in 2023).**
4+
**This documentation refers to deprecated BloodHound Legacy (version 4.3, released in 2023).**
55

66
Please use the `current BloodHound CE Documentation <https://bloodhound.specterops.io/>`_.
77

@@ -15,7 +15,7 @@ BloodHound: Six Degrees of Domain Admin
1515
.. meta::
1616
description lang=en: Identify and execute attack paths in Active Directory
1717

18-
.. image:: /images/bloodhound-logo.png
18+
.. image:: /images/bloodhound-logo.png
1919
:align: center
2020
:width: 300px
2121
:alt: BloodHound logo
@@ -30,12 +30,12 @@ BloodHound to easily gain a deeper understanding of privilege relationships in
3030
an Active Directory environment.
3131

3232
Install
33-
-------
33+
-------
3434

3535
Depending on which operating system you're using, install Neo4j, then
3636
download the BloodHound GUI. You can also build the BloodHound GUI from source.
3737

38-
OS-specific instructions:
38+
OS-specific instructions:
3939
:doc:`Windows <installation/windows>` |
4040
:doc:`macOS <installation/osx>` |
4141
:doc:`Linux <installation/linux>`
@@ -52,7 +52,7 @@ your first dataset is quite simple:
5252
::
5353

5454
C:\> SharpHound.exe
55-
55+
5656
Collecting your first data set with AzureHound:
5757

5858
::
@@ -90,7 +90,7 @@ Have a bug report or feature request? Open an issue on the `BloodHound repo`_
9090
Need assistance? Join us in the `BloodHound Gang Slack`_
9191

9292
.. _BloodHound repo: https://www.github.com/BloodHoundAD/BloodHound
93-
.. _BloodHound Gang Slack: https://bloodhoundgang.herokuapp.com
93+
.. _BloodHound Gang Slack: http://slack.specterops.io/
9494

9595
.. toctree::
9696
:maxdepth: 2

src/components/Modals/About.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ const About = () => {
8383
<a
8484
href='#'
8585
onClick={() => {
86-
openLink('https://bloodhoundgang.herokuapp.com/');
86+
openLink('http://slack.specterops.io/');
8787
}}
8888
>
89-
https://bloodhoundgang.herokuapp.com/
89+
http://slack.specterops.io/
9090
</a>
9191
</h5>
9292
<h5>

0 commit comments

Comments
 (0)