diff --git a/clang/www/analyzer/checker_dev_manual.html b/clang/www/analyzer/checker_dev_manual.html
index 4883556383f3..42919fa4de21 100644
--- a/clang/www/analyzer/checker_dev_manual.html
+++ b/clang/www/analyzer/checker_dev_manual.html
@@ -23,7 +23,7 @@ relies on a set of checkers to implement the logic for detecting and
constructing specific bug reports. Anyone who is interested in implementing their own
checker, should check out the Building a Checker in 24 Hours talk
(
slides
-
video)
+
video)
and refer to this page for additional information on writing a checker. The static analyzer is a
part of the Clang project, so consult
Hacking on Clang
and
LLVM Programmer's Manual
@@ -696,7 +696,7 @@ href="http://llvm.org/devmtg/2012-11">November 2012 LLVM Developer's
meeting. Describes the construction of SimpleStreamChecker.
Slides
and
video
+href="https://youtu.be/kdxlsP5QVPw">video
are available.
diff --git a/clang/www/analyzer/open_projects.html b/clang/www/analyzer/open_projects.html
index 744f4eca41ec..89601a821366 100644
--- a/clang/www/analyzer/open_projects.html
+++ b/clang/www/analyzer/open_projects.html
@@ -147,7 +147,7 @@ mailing list to notify other members of the community.
A SimpleStreamChecker has been presented in the Building a Checker in 24
Hours talk
(slides
- video).
+ video).
We need to implement a production version of the checker with richer set of
APIs and evaluate it by running on real codebases.
(Difficulty: Easy)