Skip to content

Commit

Permalink
Merge pull request #860 from andrewdavidmackenzie/flow-858
Browse files Browse the repository at this point in the history
Re-instate link to code docs published on github Fixes #858
  • Loading branch information
andrewdavidmackenzie authored Apr 6, 2021
2 parents 1b871db + c40721c commit f2bdb7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flowcore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `flowcore`

[comment]: <> (See also: [Code docs]&#40;http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/index.html&#41;)
See also: [Code docs](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/index.html)

`flowcore` is a library of core structs and traits related to flow that is shared between multiple flow
crates, and separate to avoid a cyclic dependency.
Expand All @@ -11,6 +11,4 @@ This is a trait that implementations of flow 'functions' must implement in order
by the flowrlib (or other) run-time library.

An example of a function implementing the `Implementation` trait can be found in the
docs

[comment]: <> (for [`Implementation`]&#40;http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/trait.Implementation.html&#41;)
docs for [`Implementation`](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/trait.Implementation.html)

0 comments on commit f2bdb7e

Please sign in to comment.