Skip to content

Commit

Permalink
Last attempt at correct links for now - not really that important
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanh89 committed Nov 19, 2012
1 parent 76e2d6d commit 06a2198
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions features/BudgetBossFeatureList.md
Expand Up @@ -15,7 +15,7 @@
<li>When: BudgetBoss is launched</li>
<li>And: After an initial welcome message</li>
<li>Then: A main menu will appear with access to various functions</li>
<li>For more on available main menu features see: <a href = "features/MainMenuFeatureList.md">Main Menu Feature List</a>
<li>For more on available main menu features see: <a href = "MainMenuFeatureList.md">Main Menu Feature List</a>
</td>
<td>Implemented</td>
</tr>
Expand Down Expand Up @@ -78,7 +78,7 @@
<li>When: The main menu comes up initially, before a user has a chance to open/create a budget</li>
<li>Then: The indicator for the budget in use will show "No budget loaded"</li>
<li>And: Menu features will be restricted until a budget is opened/created.</li>
<li>For more on restricting menu functions see: <a href = "features/MainMenuFeatureList.md">Main Menu Feature List</a>
<li>For more on restricting menu functions see: <a href = "MainMenuFeatureList.md">Main Menu Feature List</a>

</td>
<td>Implemented</td>
Expand Down Expand Up @@ -112,7 +112,7 @@
<li>And: The user declines to use the default directory, and instead opts to input a custom load directory path</li>
<li>If: The user enters a valid path and successfully loads a budget from it</li>
<li>Then: BudgetBoss will make the directory from which the budget was loaded the new default load directory</li>
<li>For more on how the validity of the inputted path is determined, see: <a href = "features/InputValidatorFeatureList.md">Input Validator Feature List</a>
<li>For more on how the validity of the inputted path is determined, see: <a href = "InputValidatorFeatureList.md">Input Validator Feature List</a>
</td>
<td>Implemented</td>
</tr>
Expand All @@ -125,7 +125,7 @@
<li>And: The user declines to use the default directory, and instead opts to input a custom save directory path</li>
<li>If: The user enters a valid path and successfully saves a budget</li>
<li>Then: BudgetBoss will make the directory to which the budget was saved the new default save directory</li>
<li>For more on how the validity of the inputted path is determined, see: <a href = "features/InputValidatorFeatureList.md">Input Validator Feature List</a>
<li>For more on how the validity of the inputted path is determined, see: <a href = "InputValidatorFeatureList.md">Input Validator Feature List</a>
</td>
<td>Implemented</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions features/MainMenuFeatureList.md
Expand Up @@ -24,7 +24,7 @@
<li>Given: The main menu is displayed and a user wants to select a option</li>
<li>When: The user inputs a valid number corresponding with a visible option</li>
<li>Then: The associated action of the selected option is carried out</li>
<li>For more on how the validity of the input is determined, see: <a href = "features/InputValidatorFeatureList.md">Input Validator Feature List</a>
<li>For more on how the validity of the input is determined, see: <a href = "InputValidatorFeatureList.md">Input Validator Feature List</a>
</td>
<td>Implemented</td>
</tr>
Expand Down Expand Up @@ -57,7 +57,7 @@
<li>When: A user wants to generate a budget report and save it for future access</li>
<li>Then: "Save a budget report" will be an option on the menu</li>
<li>And: Upon selecting this option, a budget report will be generated and saved to a directory of the user's choosing, as a text file</li>
<li>For more on how saving works in BudgetBoss, see: <a href = "features/BudgetBossFeatureList.md">BudgetBoss Feature List</a>
<li>For more on how saving works in BudgetBoss, see: <a href = "BudgetBossFeatureList.md">BudgetBoss Feature List</a>
</td>
<td>Implemented</td>
</tr>
Expand Down

0 comments on commit 06a2198

Please sign in to comment.