Skip to content

Commit

Permalink
Add lychee link checker (#331)
Browse files Browse the repository at this point in the history
* add lychee link checker

* add .lycheeignore

* ignore https://appassets.androidplatform.net/assets/index.html and fix readme link

* more urls to ignore
  • Loading branch information
breedx-splk authored Aug 11, 2022
1 parent c33b082 commit deaf8f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ jobs:

- name: Build and test
run: touch ./local.properties; ./gradlew build javadoc --no-daemon
check_links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
https://rum-ingest/
https://appassets.androidplatform.net/assets/index.html
https://appassets.androidplatform.net/assets/first.html
https://appassets.androidplatform.net/assets/second.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ when initializing your instance of the SplunkRum API:
gives you direct access to the instance of OpenTelemetry that is being used via
the `getOpenTelemetry()` method. For details on writing manual instrumentation, please refer to
the [OpenTelemetry docs](https://opentelemetry.io/docs/java/manual_instrumentation/)
and [examples](https://github.com/open-telemetry/opentelemetry-java/tree/main/examples).
and [examples](https://github.com/open-telemetry/opentelemetry-java-docs#java-opentelemetry-examples).
- The SplunkRum instance exposes the RUM session ID, in case you wish to provide this to your users
for troubleshooting purposes. This session ID is generated randomly and contains no PII
whatsoever.
Expand Down

0 comments on commit deaf8f9

Please sign in to comment.