diff --git a/index.html b/index.html
index 93e0cb7..f8fa083 100644
--- a/index.html
+++ b/index.html
@@ -223,7 +223,7 @@ fixme final polish checklist:
A set of blobs that can be reassembled into a file. Every stream has one or more content blobs which contain the published file, and a manifest blob which contains a list of the content blob hashes.
blob hash
- The cryptographic hash of a blob. Hashes are used to uniquely identify blobs and to verify that the contents of the blob are correct. Unless otherwise specified, LBRY uses [SHA-384](https://en.wikipedia.org/wiki/SHA-2) as the hash function.
+ The cryptographic hash of a blob. Hashes are used to uniquely identify blobs and to verify that the contents of the blob are correct. Unless otherwise specified, LBRY uses SHA-384 as the hash function.
metadata
Information about the contents of a stream (e.g. creator, description, stream hash, etc). Metadata is stored in the blockchain.
diff --git a/index.md b/index.md
index 4516fa3..48969f8 100644
--- a/index.md
+++ b/index.md
@@ -155,7 +155,7 @@ This document assumes that the reader is familiar with Bitcoin and blockchain te
A set of blobs that can be reassembled into a file. Every stream has one or more content blobs which contain the published file, and a manifest blob which contains a list of the content blob hashes.
blob hash
- The cryptographic hash of a blob. Hashes are used to uniquely identify blobs and to verify that the contents of the blob are correct. Unless otherwise specified, LBRY uses [SHA-384](https://en.wikipedia.org/wiki/SHA-2) as the hash function.
+ The cryptographic hash of a blob. Hashes are used to uniquely identify blobs and to verify that the contents of the blob are correct. Unless otherwise specified, LBRY uses SHA-384 as the hash function.
metadata
Information about the contents of a stream (e.g. creator, description, stream hash, etc). Metadata is stored in the blockchain.