Skip to content

Commit

Permalink
fix: update link check
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Aug 27, 2024
1 parent b0e07dd commit e397a23
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
args: --exclude-mail --exclude .+localhost.+ .
args: --exclude-mail --max-concurrency 20 ./**/*.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.+localhost.+
http://192.168.10.1:3000/
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude_path = ["extras-containers"]
4 changes: 2 additions & 2 deletions taxi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The [Taxi Map UI](https://taxi.aklivity.io/) highlights downtown San Jose, CA ba
- No web server
1. Zilla is proxying the MQTT and REST calls to the native Kafka protocol.
1. Use the [OpenAPI Editor](https://editor.swagger.io/) and [AsyncAPI Studio](https://studio.asyncapi.com/) to see the specs used to generate the [Zilla config](./zilla.yaml).
- [Kafka AsyncAPI](./live-demo-deploytracking-kafka-asyncapi.yaml)
- [MQTT AsyncAPI](./live-demo-deploytracking-mqtt-asyncapi.yaml)
- [Kafka AsyncAPI](./live-demo-deploy/tracking-kafka-asyncapi.yaml)
- [MQTT AsyncAPI](./live-demo-deploy/tracking-mqtt-asyncapi.yaml)
- [Taxi REST OpenAPI](./live-demo-deploy/tracking-openapi.yaml)
1. Now you know how Zilla's Design-first, API-native approach to integration will:
- Reduce architecture and DevOps complexity
Expand Down
2 changes: 1 addition & 1 deletion vortex/zilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Zilla example demonstrating HTTP(REST), gRPC & SSE protocol interacting with Kafka Cluster.

![](.assets/zilla.config.svg)
![](../.assets/zilla.config.svg)

### Requirements

Expand Down
8 changes: 3 additions & 5 deletions zilla-metrics-dashboard/extra/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
We appreciate and recognize [all contributors](https://github.com/vegasbrianc/prometheus/graphs/contributors).

Please note that this project is released with a [Contributor Code of Conduct](https://github.com/vegasbrianc/prometheus/blob/version-2/CODE_OF_CONDUCT.md).
Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

# Project Goal

The goal of this project is to create a starting point for using Docker, Prometheues and Grafana.
This project is not intended to be production ready but rather a template to help you get started with monitoring containers.
The goal of this project is to create a starting point for using Docker, Prometheues and Grafana.
This project is not intended to be production ready but rather a template to help you get started with monitoring containers.

# Pull Requests

Expand Down

0 comments on commit e397a23

Please sign in to comment.