From eda1ed749e2f9902e82e4e0302cd1145b668cc9f Mon Sep 17 00:00:00 2001 From: William Sandner Date: Sat, 25 Mar 2023 12:14:43 +0100 Subject: [PATCH] Fix broken link --- Glossary-Standard-Terms.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Glossary-Standard-Terms.md b/Glossary-Standard-Terms.md index 8ab442b..b7991e6 100644 --- a/Glossary-Standard-Terms.md +++ b/Glossary-Standard-Terms.md @@ -32,7 +32,6 @@ information into several files so that each file is focused on one topic, and so that each file can be worked on by one person in a reasonable amount of time. - ### Process impact The process impact box on each template explains where the current @@ -58,7 +57,7 @@ The idea is similar to a post-it note attached to a document that tells you do "sign here" or fill in a certain part. There are two types of sticky notes: -- *TODO: Instructs you on how to fill in the template. This is the +- *TODO:* Instructs you on how to fill in the template. This is the minimum that you need to do. One of the main goals of ReadySET is to help your team *quickly* carry out basic software engineering activities. The TODO sticky notes make that easy by @@ -73,7 +72,7 @@ sticky note. ## Computer Science and Technology Terms -##### ::API (Application Programming Interface) +### ::API (Application Programming Interface) An API is a set of functions that one software component makes available to other software components. That allows other programs @@ -139,7 +138,7 @@ than "10.1" or "11". ### Release Number The term "release number" by itself refers to an -[external release number](#external_release_number). Users normally are not aware +[external release number](#external-release-number). Users normally are not aware of the existence of any internal release numbers. ## Development Tool Terms