Skip to content

Commit deaf8f9

Browse files
authored
Add lychee link checker (#331)
* add lychee link checker * add .lycheeignore * ignore https://appassets.androidplatform.net/assets/index.html and fix readme link * more urls to ignore
1 parent c33b082 commit deaf8f9

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/pr.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020

2121
- name: Build and test
2222
run: touch ./local.properties; ./gradlew build javadoc --no-daemon
23+
check_links:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: Link Checker
28+
uses: lycheeverse/[email protected]
29+
with:
30+
fail: true

.lycheeignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
https://rum-ingest/
2+
https://appassets.androidplatform.net/assets/index.html
3+
https://appassets.androidplatform.net/assets/first.html
4+
https://appassets.androidplatform.net/assets/second.html

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ when initializing your instance of the SplunkRum API:
279279
gives you direct access to the instance of OpenTelemetry that is being used via
280280
the `getOpenTelemetry()` method. For details on writing manual instrumentation, please refer to
281281
the [OpenTelemetry docs](https://opentelemetry.io/docs/java/manual_instrumentation/)
282-
and [examples](https://github.com/open-telemetry/opentelemetry-java/tree/main/examples).
282+
and [examples](https://github.com/open-telemetry/opentelemetry-java-docs#java-opentelemetry-examples).
283283
- The SplunkRum instance exposes the RUM session ID, in case you wish to provide this to your users
284284
for troubleshooting purposes. This session ID is generated randomly and contains no PII
285285
whatsoever.

0 commit comments

Comments
 (0)