diff --git a/README.md b/README.md index 6ae2244..f797a8d 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,13 @@ View our closed [Pull Requests](https://github.com/stakater/Konfigurator/pulls?q ## License -Apache2 © [Stakater](http://stakater.com) +Apache2 © [Stakater][website] ## About `Konfigurator` is maintained by [Stakater][website]. Like it? Please let us know at -See [our other projects][community] +See [our other projects](https://github.com/stakater) or contact us in case of professional services and queries on - [website]: http://stakater.com/ - [community]: https://github.com/stakater/ + [website]: https://stakater.com diff --git a/docs/konfigurator-template.md b/docs/konfigurator-template.md index a0bc1a2..490cd47 100644 --- a/docs/konfigurator-template.md +++ b/docs/konfigurator-template.md @@ -67,5 +67,5 @@ You can set the following properties in KonfiguratorTemplate to customize your g | app.volumeMounts.mountPath | The path inside the container where you want the rendered resource to be mounted | `/home/app/config/` | | app.volumeMounts.containerName | The container name inside which the resource will be mounted | `my-container` | | templates | A list of key value pairs. All the configuration templates go inside this property. You can paste your static config as is inside this block and it will work as well | `app.config: someConfig` | -| validationWebhookURL | The webhook URL to validate the rendered configurations. If not specified, then no validation is performed. | https://fluentd.io/config/validation/ | +| validationWebhookURL | The webhook URL to validate the rendered configurations. If not specified, then no validation is performed. | https://docs.fluentd.org/configuration/config-file#config-validator | | updateFrequency | The period of time to render the template. The unit is one minute. If not specified, the default time(2min) is used. | 1| \ No newline at end of file