From dcc731f111f6dc03da949cbab87fe05d5c083315 Mon Sep 17 00:00:00 2001 From: Lucas Larson Date: Fri, 10 May 2019 22:20:21 -0400 Subject: [PATCH] Repair empty link in ApplicationArchitecture.md (#502) Link to the same infinite-precision-arithmetic article on Wikipedia as in README.md Fixes Existing output in the ApplicationArchitecture.md is a literal [infinite precision][Infinite Precision]. It should be a link to https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic. Description of the changes: This patch assumes the author intended to link to the same Wikipedia article linked to in README.md --- docs/ApplicationArchitecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ApplicationArchitecture.md b/docs/ApplicationArchitecture.md index dff02965..235af889 100644 --- a/docs/ApplicationArchitecture.md +++ b/docs/ApplicationArchitecture.md @@ -201,4 +201,5 @@ instead of regular floating point arithmetic). The interface to this layer is de [CalcManager folder]: ../src/CalcManager [CalculatorManager.h]: ../src/CalcManager/CalculatorManager.h [CalcEngine.h]: ../src/CalcManager/Header Files/CalcEngine.h +[Infinite Precision]: https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic [ratpak.h]: ../src/CalcManager/Ratpack/ratpak.h