Skip to content

Commit

Permalink
Re-instate link to code docs published on github
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Apr 6, 2021
1 parent 1b871db commit c40721c
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 c40721c

Please sign in to comment.