You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/07/13 08:47:09 UTC

[camel-k-examples] branch master updated: Fixed the commands to open the telegram.properties file in the tutorial

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new e6a1160  Fixed the commands to open the telegram.properties file in the tutorial
e6a1160 is described below

commit e6a11607f134e6b060fc72506c7ebecad8f43807
Author: Otavio Rodolfo Piske <op...@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.
 
 ```