Skip to content

Commit

Permalink
docs(examples): fix branch links
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 20, 2021
1 parent c006642 commit 2b8a03b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/crypto-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updates / diffs when there were any relevant upstream value changes.

The diagram below shows a schematic of the dataflow graph used:

![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/crypto-dflow.png)
![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-dflow.png)

## Building

Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-canvas-shapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Related examples:

Dataflow diagram:

![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes.png)
![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes.png)

## Building

Expand Down
2 changes: 1 addition & 1 deletion examples/pointfree-svg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ above SVG graphic:
- [@thi.ng/pointfree-lang](https://github.com/thi-ng/umbrella/tree/develop/packages/pointfree-lang)

Most of the [source
code](https://raw.githubusercontent.com/thi-ng/umbrella/master/examples/pointfree-svg/src/index.ts)
code](https://raw.githubusercontent.com/thi-ng/umbrella/develop/examples/pointfree-svg/src/index.ts)
is written in the pointfree DSL syntax and includes a rudimentary
graphics lib to generate SVG shapes in hiccup format (basically a DOM
defined by nested arrays). The example also demonstrates how to define
Expand Down
2 changes: 1 addition & 1 deletion examples/rstream-dataflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on the wiki.

## About

![dataflow graph](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/rs-dflow.png)
![dataflow graph](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rs-dflow.png)

This example combines the following packages to create & execute the
above dataflow graph in a declarative manner. The diagram generation
Expand Down
2 changes: 1 addition & 1 deletion examples/svg-barchart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

SVG bar chart component & one-off rendering.

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/svg-barchart.png)
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-barchart.png)

Please refer to the [example build
instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions)
Expand Down
2 changes: 1 addition & 1 deletion examples/xml-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This diagram illustrates the
[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
dataflow topology used by the browser app:

![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/xml-converter-dflow.png)
![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/xml-converter-dflow.png)

## Browser version

Expand Down

0 comments on commit 2b8a03b

Please sign in to comment.