fix GFM links

This commit is contained in:
William Sandner
2018-08-14 17:55:05 +02:00
parent b9a83ae836
commit 154f9e132a
31 changed files with 196 additions and 239 deletions

View File

@@ -1,26 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link type="image/png" href="assets/logo.png" rel="icon">
<title>ReadySet Markdown</title>
</head>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<body>
<topbar style="display:none;">
<item><a href="index.html">Overview</a></item>
<item><a href="plan.html">Project Plan</a></item>
<item><a href="index-all.html">Workflows</a></item>
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
<toc></toc>
</topbar>
<xmp theme="readable" style="display:none;">
<!-- Markdown content here -->
# Project Proposal
---
##### Project:
::[PROJECTNAME](Home)
@@ -31,11 +8,11 @@
::2-4 SENTENCE SUMMARY
##### Attached Worksheets:
Project Proposal > [Target audience and benefits](target-and-benefits.html)
Project Proposal > [Target audience and benefits](Target-and-Benefits)
##### Related Documents:
- [Project plan](plan.html) > [Resource needs](resource-needs.html)
- [Glossary](glossary.html)
- [Project plan](Project-Plan) > [Resource needs](Resource-Needs)
- [Glossary](Glossary)
---
**Process impact:** This proposal, along with drafts of related
@@ -45,7 +22,7 @@ expectations that will be used later to evaluate the success of the
project.
### Background and Motivation
&nbsp;
*TODO: Replace the example text below with text that describes your
project. What are the needs or problems that you are trying to address?
Why do these needs (still) exist? Why are these problems worth solving?
@@ -121,7 +98,7 @@ those advantages.
- ::[Quotes from game players](#)
### Goal
&nbsp;
#### What is the goal of this project?
@@ -197,7 +174,7 @@ plan and simplified to reduce technical detail.*
- ::Command-line advertising configuration tool and report generator
### Risks and Rewards
&nbsp;
#### What are the main risks of this project?
@@ -213,7 +190,7 @@ plan and simplified to reduce technical detail.*
site and web application. This will be a risk because one person
on our team has much experience with the relevant tools
and technologies. Although the others will learn, we will
certainly make some mistakes and suboptimal choices. We will
certainly make some mistakes and sub-optimal choices. We will
address this risk by scoping the project such that we have
enough time to train and to review the design
and implementation.
@@ -235,24 +212,4 @@ over time.
### Project Plan
See attached draft of [project plan](plan.html) and [resource needs](resource-needs.html).
<!-- End Markdown content -->
</xmp>
<div w3-include-html="_words-of-wisdom.html"></div>
<div w3-include-html="_footer.html"></div>
<script>
w3IncludeHTML();
</script>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
<!-- Include it AFTER strapdown -->
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
<!-- Include it AFTER EVERYTHING -->
<script src="assets/logo.js"></script>
<script src="assets/themeswitcher.js"></script>
</body>
</html>
See attached draft of [project plan](Project-Plan) and [resource needs](Resource-Needs).