This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit e6a11607f134e6b060fc72506c7ebecad8f43807 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Mon Jul 13 09:57:51 2020 +0200 Fixed the commands to open the telegram.properties file in the tutorial --- 03-knative-source-basic/readme.didact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-knative-source-basic/readme.didact.md b/03-knative-source-basic/readme.didact.md index bfb03e2..f030de0 100644 --- a/03-knative-source-basic/readme.didact.md +++ b/03-knative-source-basic/readme.didact.md @@ -126,7 +126,7 @@ You can now proceed to the next section. ## 2. Preparing the environment -This repository contains a simple [telegram.properties](didact://?commandId=vscode.openFolder&projectFilePath=01-basic/telegram.properties&completion=Opened%20the%telegram.properties%20file "Opens the telegram.properties file"){.didact} that can be used to generate a Kubernetes Secret with the Telegram Bot Token obtained with the [@BotFather](https://telegram.me/botfather) by replacing ` +This repository contains a simple [telegram.properties](didact://?commandId=vscode.openFolder&projectFilePath=03-knative-source-basic/telegram.properties&completion=Opened%20the%20telegram.properties%20file "Opens the telegram.properties file"){.didact} that can be used to generate a Kubernetes Secret with the Telegram Bot Token obtained with the [@BotFather](https://telegram.me/botfather) by replacing ` <token-from-botfather>` with the actual token. ```