Skip to content

Commit

Permalink
chore: change configs and fix redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
redteampanda-ng committed Apr 2, 2024
1 parent 869dc8c commit 315dc07
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_build:
- make linkcheck

sphinx:
configuration: conf.py
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 1 addition & 1 deletion administration/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ proper ``Description``.
Adding a new Sandbox

If you wish to enable automatic scanning for uploaded files
(`Bifrost <https://asgard-manual.nextron-systems.com/en/latest/usage/administration.html#bifrost-quarantine>`_),
(`Bifrost <https://asgard-manual.nextron-systems.com/en/latest/administration/evidence.html>`_),
you can do so by checking the ``Automatic Mode``.

Once you click ``Add`` the page will display an API token. Copy this token, we will need it later.
Expand Down
2 changes: 1 addition & 1 deletion requirements/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Network Requirements
The Analysis Cockpit and other systems which will have to communicate
with each other, need the following ports opened within the network.
For a detailed and up to date list of our update and licensing
servers, please visit https://www.nextron-systems.com/hosts/.
servers, please visit https://www.nextron-systems.com/resources/hosts/.

The Analysis Cockpit requires the following open ports (incoming).

Expand Down
2 changes: 1 addition & 1 deletion requirements/verify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ or in Powershell
Via Signature (Recommended)
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Extract the ZIP, `download the public signature <https://www.nextron-systems.com/certificates-and-keys>`__
Extract the ZIP, `download the public signature <https://www.nextron-systems.com/resources/keys/>`__
and verify the signed ISO:

On Linux
Expand Down
2 changes: 1 addition & 1 deletion upgrade/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ your servers to Debian 12 and also to install any new packages,
which are needed for your Analysis Cockpit v4.

You can find the corresponding IP-Addresses to the above
FQDNs here: https://www.nextron-systems.com/hosts/.
FQDNs here: https://www.nextron-systems.com/resources/hosts/.

Analysis Cockpit running version 3.10.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion upgrade/standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ your servers to Debian 12 and also to install any new packages,
which are needed for your Analysis Cockpit v4.

You can find the corresponding IP-Addresses to the above
FQDNs here: https://www.nextron-systems.com/hosts/.
FQDNs here: https://www.nextron-systems.com/resources/hosts/.

Analysis Cockpit running version 3.10.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 315dc07

Please sign in to comment.