Repository: incubator-taverna-plugin-component Updated Branches: refs/heads/master aaa2befc1 -> 72ede59e7
relative links Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/72ede59e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/72ede59e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/72ede59e Branch: refs/heads/master Commit: 72ede59e7b81decc4258e9ded35be4b420c68cea Parents: aaa2bef Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Jun 29 10:03:35 2018 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Jun 29 10:03:35 2018 +0100 ---------------------------------------------------------------------- doc/README.md | 4 ++-- doc/component-profile-editor.md | 2 +- doc/component-validator.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/72ede59e/doc/README.md ---------------------------------------------------------------------- diff --git a/doc/README.md b/doc/README.md index 92d6247..c27ea7c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -104,7 +104,7 @@ The format is in XML and an XML schema (xsd) has been created. An example [component profile](http://www.myexperiment.org/files/905/versions/1/download/Characterisation%20Component.xml) is available. Components that share a profile will be collected together into component families. -A [component profile editor](/documentation/components/component-profile-editor) +A [component profile editor](component-profile-editor.md) is being developed. <p style="text-align: center;"> @@ -131,7 +131,7 @@ The component profile specifies the ontologies that will be used for the compone Although the components will be modified using a chosen profile, it is unlikely that the components can be assured as being âcorrect by constructionâ. For this reason, a separate - [component validator](/documentation/components/component-validator) + [component validator](component-validator.md) is being implemented. The component validator is included within [myExperiment](http://www.myexperiment.org). http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/72ede59e/doc/component-profile-editor.md ---------------------------------------------------------------------- diff --git a/doc/component-profile-editor.md b/doc/component-profile-editor.md index b90dcee..674d185 100644 --- a/doc/component-profile-editor.md +++ b/doc/component-profile-editor.md @@ -22,7 +22,7 @@ The Taverna Component Profile Editor is a simple tool for editing and creating profiles for - [Taverna Components[(/documentation/components). + [Taverna Components](./). Component profiles define the required and supported interface of components; they are not intended to be easily edited by normal users. The editor guides an expert user as they define a profile, http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/72ede59e/doc/component-validator.md ---------------------------------------------------------------------- diff --git a/doc/component-validator.md b/doc/component-validator.md index 409aa86..aacda45 100644 --- a/doc/component-validator.md +++ b/doc/component-validator.md @@ -21,7 +21,7 @@ The Taverna Component Validator is a tool and library for checking whether a - [Taverna Component](/documentation/components) satisfies the component profile defined by the family of which it is a member. + [Taverna Component](./) satisfies the component profile defined by the family of which it is a member. It applies a number of checks to the component such that when they are all satisfied, the component can be considered to be a high-quality member of the component family, and provides human-readable descriptions of the conditions that are checked and whether they were satisfied or not.
