diff --git a/01-messaging.md b/01-messaging.md
index 500471c..95760ed 100644
--- a/01-messaging.md
+++ b/01-messaging.md
@@ -4,7 +4,7 @@
This protocol assumes an underlying authenticated and ordered transport mechanism that takes care of framing individual messages.
[BOLT #8](08-transport.md) specifies the canonical transport layer used in Lightning, though it can be replaced by any transport that fulfills the above guarantees.
-The default TCP port is 9735. This corresponds to hexadecimal `0x2607`, the unicode code point for LIGHTNING.[2](#reference-2)
+The default TCP port is 9735. This corresponds to hexadecimal `0x2607`, the unicode code point for LIGHTNING.[1](#reference-1)
All data fields are big-endian unless otherwise specified.
@@ -150,8 +150,7 @@ TODO(roasbeef); fin
## References
-1. https://en.bitcoin.it/wiki/Secp256k1
-2. http://www.unicode.org/charts/PDF/U2600.pdf
+1. http://www.unicode.org/charts/PDF/U2600.pdf
## Authors