diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 25b5cc4a..db16e989 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -2,7 +2,7 @@
* BUG: Optimization: weights were applied wrongly when evaluating the Jacobian *~Jong Hyun Kim, zhaochenxi*
* BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows *~kayanme*
* BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 *~Manor Askenazi*
-* Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan*
+* Documentation: fix missing logarithms, drop old links *~Michel de Ruiter, Guney Ozsan*
* Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful.
### 4.9.0 - 2019-10-13
diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj
index 6d1df521..9149c453 100644
--- a/src/FSharp/FSharp.fsproj
+++ b/src/FSharp/FSharp.fsproj
@@ -14,7 +14,7 @@
BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi
BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme
BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi
-Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan
+Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan
Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful.
fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft
false
diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj
index c4b9be5a..c530f3f8 100644
--- a/src/Numerics/Numerics.csproj
+++ b/src/Numerics/Numerics.csproj
@@ -14,7 +14,7 @@
BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi
BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme
BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi
-Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan
+Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan
Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful.
math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft
true