Skip to content

Commit

Permalink
fixing asset links to point to master branch (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
magaldima authored and VaibhavPage committed Mar 1, 2019
1 parent dd1a1a4 commit f2cf46f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![slack](https://img.shields.io/badge/slack-argoproj-brightgreen.svg?logo=slack)](https://argoproj.github.io/community/join-slack)

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/argo-events-logo.png?raw=true" alt="Logo"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/argo-events-logo.png?raw=true" alt="Logo"/>
</p>

## What is Argo Events?
Expand All @@ -15,7 +15,7 @@ and trigger Kubernetes objects after successful event dependencies resolution.
<br/>

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/argo-events-top-level.png?raw=true" alt="High Level Overview"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/argo-events-top-level.png?raw=true" alt="High Level Overview"/>
</p>

<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are two ways an event is dispatched from gateway to sensor:
<br/>

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/communication.png?raw=true" alt="Sensor"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/communication.png?raw=true" alt="Sensor"/>
</p>

<br/>
Expand Down
4 changes: 2 additions & 2 deletions docs/gateway-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A gateway consumes events from event sources, transforms them into the [cloudeve
</br>

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/gateways.png?raw=true" alt="Gateway"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/gateways.png?raw=true" alt="Gateway"/>
</p>

<br/>
Expand Down Expand Up @@ -81,7 +81,7 @@ The framework code acts as a gRPC client consuming event stream from gateway ser
<br/>

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/custom-gateway.png?raw=true" alt="Sensor"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/custom-gateway.png?raw=true" alt="Sensor"/>
</p>

<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/sensor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sensors define a set of event dependencies (inputs) and triggers (outputs).
<br/>

<p align="center">
<img src="https://github.com/argoproj/argo-events/blob/update-docs/docs/assets/sensor.png?raw=true" alt="Sensor"/>
<img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/sensor.png?raw=true" alt="Sensor"/>
</p>

<br/>
Expand Down

0 comments on commit f2cf46f

Please sign in to comment.