Skip to content

Commit

Permalink
Lint: Align the <AXIS_DEVICE_IP>/index.html# URLs
Browse files Browse the repository at this point in the history
Co-authored-by: pataxis <[email protected]>
  • Loading branch information
pataxis and pataxis committed Jun 18, 2024
1 parent da3c31d commit 471ec3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/lint-device-urls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ check_device_ip_paths() {
$base_url<end-of-line> \
$base_url<space> \
$base_url: \
$base_url/index.html# \
$base_url/index.html#[a-z] \
$base_url/axis-cgi \
$base_url/local \
@$base_url \
Expand All @@ -86,7 +86,7 @@ check_device_ip_paths() {

# shellcheck disable=SC2086
__url_grep_list=$(grep -nir "$base_url" $exclude_dir_list |
grep -vE "$base_url(\`|$| |:|/axis-cgi|/index.html#|/local)" |
grep -vE "$base_url(\`|$| |:|/axis-cgi|/index.html#[a-z]|/local)" |
grep -vE "@$base_url" || :)

if [ "$__url_grep_list" ]; then
Expand Down
2 changes: 1 addition & 1 deletion axevent/send_event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Output in XML, which has been formatted manually to show topic "tns1:Monitoring/
As opposed to ONVIF events, Axis events are visible in the device web page for events, reachable at:

```sh
https://<AXIS_DEVICE_IP>/index.html#/system/events/rules.
https://<AXIS_DEVICE_IP>/index.html#system/events/rules.
```

In order to produce an Axis event, you have to use the `tnsaxis` namespace, and rename the `topic0` value to `CameraApplicationPlatform`.
Expand Down
2 changes: 1 addition & 1 deletion axparameter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ chosen, one of these files should be found:
Browse to the application page of the Axis device:

```sh
http://<AXIS_DEVICE_IP>/index.html#/apps
http://<AXIS_DEVICE_IP>/index.html#apps
```

- Click on the tab `App` in the device GUI.
Expand Down

0 comments on commit 471ec3f

Please sign in to comment.