Skip to content

Commit

Permalink
Fix hex converter URL (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr authored Feb 29, 2024
1 parent 9b7daa5 commit ac891b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/semgrep-ci/network-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Ensure that you are logged in to the server where you want to run Semgrep Networ
token: YOUR_TOKEN
```

1. Convert your deployment ID to hexadecimal for use in creating your deployment's local address. You can use a tool such as [Decimal to Hexadecimal converter]((https://www.rapidtables.com/convert/number/decimal-to-hex.html)) if needed.
1. Convert your deployment ID to hexadecimal for use in creating your deployment's local address. You can use a tool such as [Decimal to Hexadecimal converter](https://www.rapidtables.com/convert/number/decimal-to-hex.html) if needed.

<pre class="language-console"><code>fdf0:59dc:33cf:9be8:0:<span className="placeholder">DEPLOYMENT_ID</span>:0:1</code></pre>

Expand All @@ -138,4 +138,4 @@ Ensure that you are logged in to the server where you want to run Semgrep Networ

You can check the logs for Semgrep Network Broker by running:

<pre class="language-console"><code>sudo docker logs <span className="placeholder">CONTAINER_ID</span></code></pre>
<pre class="language-console"><code>sudo docker logs <span className="placeholder">CONTAINER_ID</span></code></pre>

0 comments on commit ac891b8

Please sign in to comment.