Skip to content

Commit

Permalink
ui: templates: project: Update links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Mar 23, 2021
1 parent 1f579e2 commit b34bbd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions standards_lab/ui/templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="text-right mt-3 mb-4">Open Standards Lab<span v-if="project.name">: {
<div class="card mb-3">
<div class="card-body">
<h2 class="card-title">Project Settings</h2>
<p>Settings affect the way in which the data and schema being developed interact. <a href="#DOCS#"><i>Project Settings documentation.</i></a></p>
<p>Settings affect the way in which the data and schema being developed interact. <a href="https://standards-lab.readthedocs.io/en/latest/user/project.html#project-settings" target="_blank"><i>Project Settings documentation.</i></a></p>
<p>Owner: <code>{{ownThisProject}}</code><br />
<template v-if="project.modified">Modified: <code>{{project.modified}}</code></template></p>
<div class="form-group">
Expand Down Expand Up @@ -55,7 +55,7 @@ <h2 class="card-title">Project Settings</h2>
<div class="card-body">
<!-- Schema section -->
<h2 class="card-title">Schema</h2>
<p>Upload and edit JSON schema files for testing the data. The schema must conform to the <a href="https://json-schema.org/">JSON Schema specifications</a>. Once saved or uploaded the schema will be used to Test any data provided. <a href="#DOCS#"><i>Project Schema documentation.</i></a></p>
<p>Upload and edit JSON schema files for testing the data. The schema must conform to the <a href="https://json-schema.org/">JSON Schema specifications</a>. Once saved or uploaded the schema will be used to Test any data provided. <a href="https://standards-lab.readthedocs.io/en/latest/user/project.html#schema" target="_blank"><i>Project Schema documentation.</i></a></p>
<div class="row">

<div class="col">
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2 class="card-title">Schema</h2>
</button>
<div class="card-body">
<h2 class="card-title">Data</h2>
<p>Upload data for testing. Supported formats: Comma-Separated Values (<code>.csv</code>), JSON (<code>.json</code>), Microsoft Excel (<code>.xls</code> and <code>.xlsx</code>) or Open spreadsheet format (<code>.ods</code>). Editing is supported for CSV and JSON files after uploading. <i><a href="#DOCS#">Project Data documentation.</a></i></p>
<p>Upload data for testing. Supported formats: Comma-Separated Values (<code>.csv</code>), JSON (<code>.json</code>), Microsoft Excel (<code>.xls</code> and <code>.xlsx</code>) or Open spreadsheet format (<code>.ods</code>). Editing is supported for CSV and JSON files after uploading. <i><a href="https://standards-lab.readthedocs.io/en/latest/user/project.html#data" target="_blank">Project Data documentation.</a></i></p>

<div class="row">

Expand Down Expand Up @@ -160,7 +160,7 @@ <h2 class="card-title">Data</h2>
<div class="card mb-3">
<div class="card-body">
<h2 class="card-title">Test</h2>
<p>Test the project data with the configuration and schema. <a href="#DOCS#"><i>Project Test documentation.</i></a></p>
<p>Test the project data with the configuration and schema. <a href="https://standards-lab.readthedocs.io/en/latest/user/project.html#test" target="_blank"><i>Project Test documentation.</i></a></p>

<div class="row">
<div class="col">
Expand Down

0 comments on commit b34bbd5

Please sign in to comment.