From 920bb740d529e5ccc43496a9d24a8757f3b710db Mon Sep 17 00:00:00 2001 From: Anwar Sadat Ayub Date: Fri, 27 Sep 2024 11:57:33 -0700 Subject: [PATCH] Update broken link in the [Introducing Socket.IO 1.0] blog section The previous links do not lead to the appropriate sections within the document. I updated the links to quickly jump the reader to the section to read without scrolling to the section. --- blog/2014-05-28-1.0.0.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/blog/2014-05-28-1.0.0.md b/blog/2014-05-28-1.0.0.md index c885b119..0859ffd1 100644 --- a/blog/2014-05-28-1.0.0.md +++ b/blog/2014-05-28-1.0.0.md @@ -14,16 +14,16 @@ Socket.IO has thus become the `EventEmitter` of the web. Today I want to talk ab There's a lot to say about Socket.IO 1.0, so if you're short in time, feel free to jump to the parts that are most interesting to you: -1. [New engine](#New-engine) -2. [Binary support](#Binary-support) -3. [Automated testing](#Automated-Testing) -4. [Scalability](#Scalability) -5. [Integration](#Integration) -6. [Better debugging](#Better-debugging) -7. [Streamlined APIs](#Streamlined-APIs) -8. [CDN delivery](#CDN-delivery) -9. [Future innovation](#Future-innovation) -10. [Credits](#Credits) +1. [New engine](#new-engine) +2. [Binary support](#binary-support) +3. [Automated testing](#automated-Testing) +4. [Scalability](#scalability) +5. [Integration](#integration) +6. [Better debugging](#better-debugging) +7. [Streamlined APIs](#streamlined-apis) +8. [CDN delivery](#cdn-delivery) +9. [Future innovation](#future-innovation) +10. [Credits](#credits) ## New engine