summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-10 13:49:36 +1000
committerEvan Read <eread@gitlab.com>2019-06-10 13:49:36 +1000
commit204026a2a3c02c93365e8e032da1a094b0b62888 (patch)
tree96b96f240cbdb7eba15ac8b1aaf9df91de2c82f2
parent975f69da81077f3d4599298c749e9df166b8843f (diff)
downloadgitlab-ce-docs/vid-links-for-ssot.tar.gz
Video links for SSoT auditdocs/vid-links-for-ssot
-rw-r--r--doc/ci/README.md7
-rw-r--r--doc/topics/git/index.md2
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 635cce13b4e..49d62faeccf 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -29,8 +29,11 @@ the development cycle, ensuring that all the code deployed to
production complies with the code standards you established for
your app.
-For a complete overview of these methodologies and GitLab CI/CD,
-read the [Introduction to CI/CD with GitLab](introduction/index.md).
+For a:
+
+- Complete overview of these methodologies and GitLab CI/CD,
+ read the [Introduction to CI/CD with GitLab](introduction/index.md).
+- Video demonstration of GitLab CI/CD, see [Demo: CI/CD with GitLab](https://www.youtube.com/watch?v=1iXFbchozdY).
## Getting started
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
index 841746cc5de..cdcd8215b23 100644
--- a/doc/topics/git/index.md
+++ b/doc/topics/git/index.md
@@ -21,6 +21,8 @@ More information is also available on the [Git website](https://git-scm.com).
The following resources will help you get started with Git:
+- [Git-ing started with Git](https://www.youtube.com/watch?v=Ce5nz5n41z4),
+ a video introduction to Git.
- [Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics)
- [Git on the Server - GitLab](https://git-scm.com/book/en/v2/Git-on-the-Server-GitLab)
- [How to install Git](how_to_install_git/index.md)