You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/03 11:55:01 UTC

[incubator-streampipes-extensions] branch dev updated: Highlight the link for chron of rate limit processor

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new ae45a23  Highlight the link for chron of rate limit processor
ae45a23 is described below

commit ae45a239a3285e0292fa76b4d16ef975c285b876
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Jun 3 13:53:49 2020 +0200

    Highlight the link for chron of rate limit processor
---
 .../documentation.md                                                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.limit/documentation.md b/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.limit/documentation.md
index 94f799e..92fce74 100644
--- a/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.limit/documentation.md
+++ b/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.limit/documentation.md
@@ -52,7 +52,7 @@ Length window size in event count (note: only works with length window type).
 Time window size in milliseconds (note: only works with time window type).
 
 ### Cron Window Expression
-[Cron expression](https://www.freeformatter.com/cron-expression-generator-quartz.html) to trigger and emit events (i.e `0 * * ? * *` for every minute) (note: only works with cron window type).
+Cron expression [Link](https://www.freeformatter.com/cron-expression-generator-quartz.html) to trigger and emit events (i.e `0 * * ? * *` for every minute) (note: only works with cron window type).
 
 ### Output Event Selection
 This specifies the event(s) that are selected to be emitted.