Skip to content

Commit

Permalink
Merge #4545
Browse files Browse the repository at this point in the history
4545: fix(docs): fix links to config files in docs r=Zelldon a=pihme

## Description

FIxed errors in links:
* There was a trailing `'` character in the links
* the first link had two levels of `/config/`

## Related issues

closes #4393

#

Co-authored-by: pihme <pihme@users.noreply.github.com>
  • Loading branch information
zeebe-bors[bot] and pihme committed May 18, 2020
2 parents 1d6d573 + 66b68fe commit 7c9a0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/appendix/broker-config-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This section references the default Zeebe standalone broker configuration templates, which are shipped with the distribution. They can be found inside the `config` folder and can be used to adjust Zeebe to your needs.

* [`config/application.yaml` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/config/application.yaml`) - Default configuration containing only the most common configuration settings. Use this as the basis for a single broker deployment for test or development
* [`config/broker.standalone.yaml.template` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.standalone.yaml.template`) - Complete configuration template for a standalone broker with embedded gateway. Use this as the basis for a single broker deployment for test or development
* [`config/broker.yaml.template` Broker Node (without embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.yaml.template`) - Complete configuration template for a broker node without embedded gateway. Use this as the basis for deploying multiple broker nodes as part of a cluster
* [`config/application.yaml` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/application.yaml) - Default configuration containing only the most common configuration settings. Use this as the basis for a single broker deployment for test or development
* [`config/broker.standalone.yaml.template` Standalone Broker (with embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.standalone.yaml.template) - Complete configuration template for a standalone broker with embedded gateway. Use this as the basis for a single broker deployment for test or development
* [`config/broker.yaml.template` Broker Node (without embedded gateway)](https://github.com/zeebe-io/zeebe/tree/{{commit}}/dist/src/main/config/broker.yaml.template) - Complete configuration template for a broker node without embedded gateway. Use this as the basis for deploying multiple broker nodes as part of a cluster

## Default Standalone Broker Configuration
The default configuration contains the most common configuration options.
Expand Down

0 comments on commit 7c9a0e4

Please sign in to comment.