Skip to content

Commit

Permalink
#78: updating documentation link to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Nov 19, 2018
1 parent 658bdae commit cd9d42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting_started.md
Expand Up @@ -53,7 +53,7 @@ A detailed description on how to create a platform description file can be found

- **WRENCH workflow file:**
WRENCH provides native parsers for [DAX](http://workflowarchive.org) (DAG in XML)
and [JSON](http://workflowhub.org/traces/) workflow description file formats. Refer to
and [JSON](https://github.com/wrench-project/wrench/tree/master/doc/schemas) workflow description file formats. Refer to
their respective Web sites for detailed documentation.

The source file for the cloud-based simulator is at `examples/simple-example/SimulatorCloud.cpp`
Expand Down
3 changes: 2 additions & 1 deletion doc/wrench_101.md
Expand Up @@ -78,7 +78,8 @@ Here are the steps that a WRENCH-based simulator typically follows:

-# **Create at least one workflow** -- This is done by creating an instance of the `wrench::Workflow` class, which has
methods to manually add tasks and files to the workflow application, but also methods to import workflows
from standard workflow description files ([DAX](http://workflowarchive.org) and [JSON](http://workflowhub.org/traces/)).
from standard workflow description files ([DAX](http://workflowarchive.org) and
[JSON](https://github.com/wrench-project/wrench/tree/master/doc/schemas)).
If there are input files to the workflow's entry tasks, these must be staged on instantiated storage
services.

Expand Down

0 comments on commit cd9d42e

Please sign in to comment.