From ec3e199845c5e91982ad0c116be6167fdd407fbb Mon Sep 17 00:00:00 2001 From: gitpitch Date: Mon, 12 Oct 2020 11:47:21 +0100 Subject: [PATCH] Cloud Publishing URLs examples updated. --- docs/cloud/password-protected-slide-decks.md | 12 ++++++------ docs/cloud/private-slide-decks.md | 12 ++++++------ docs/cloud/public-slide-decks.md | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/cloud/password-protected-slide-decks.md b/docs/cloud/password-protected-slide-decks.md index 27ba948..c263c11 100644 --- a/docs/cloud/password-protected-slide-decks.md +++ b/docs/cloud/password-protected-slide-decks.md @@ -52,7 +52,7 @@ The following snippets demonstrate the basic structure of confidential slide dec ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk +https://gitpitch.com/acmecorp/tech-talk/master # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main @@ -61,7 +61,7 @@ https://gitpitch.com/acmecorp/tech-talk/main https://gitpitch.com/acmecorp/tech-talk/dev # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro @@ -74,7 +74,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab @@ -83,7 +83,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro @@ -96,7 +96,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk @@ -105,7 +105,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro diff --git a/docs/cloud/private-slide-decks.md b/docs/cloud/private-slide-decks.md index 0bee12d..a7b86c4 100644 --- a/docs/cloud/private-slide-decks.md +++ b/docs/cloud/private-slide-decks.md @@ -50,7 +50,7 @@ The following snippets demonstrate the basic structure of private slide deck URL ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?s=sneakpEEk +https://gitpitch.com/acmecorp/tech-talk/master?s=sneakpEEk # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?s=sneakpEEk @@ -59,7 +59,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?s=sneakpEEk https://gitpitch.com/acmecorp/tech-talk/dev?s=sneakpEEk # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?p=coding/intro&s=091827 +https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro&s=091827 # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro&s=091827 @@ -72,7 +72,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro&s=091827 ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&s=sneakpEEk +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&s=sneakpEEk # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab&s=sneakpEEk @@ -81,7 +81,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab&s=sneakpEEk https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab&s=sneakpEEk # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro&s=091827 +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro&s=091827 # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro&s=091827 @@ -94,7 +94,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro&s=0918 ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk @@ -103,7 +103,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro&s=091827 +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro&s=091827 # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro&s=091827 diff --git a/docs/cloud/public-slide-decks.md b/docs/cloud/public-slide-decks.md index 7197956..2f86516 100644 --- a/docs/cloud/public-slide-decks.md +++ b/docs/cloud/public-slide-decks.md @@ -40,7 +40,7 @@ The following snippets demonstrate the basic structure of public slide deck URLs ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk +https://gitpitch.com/acmecorp/tech-talk/master # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main @@ -49,7 +49,7 @@ https://gitpitch.com/acmecorp/tech-talk/main https://gitpitch.com/acmecorp/tech-talk/dev # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?p=coding/intro @@ -62,7 +62,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?p=coding/intro ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab @@ -71,7 +71,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=gitlab https://gitpitch.com/acmecorp/tech-talk/dev?grs=gitlab # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=gitlab&p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?grs=gitlab&p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=gitlab&p=coding/intro @@ -84,7 +84,7 @@ https://gitpitch.com/acmecorp/tech-talk/commitX?grs=gitlab&p=coding/intro ```bash # The default slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&s=sneakpEEk +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&s=sneakpEEk # The default slide deck in the acmecorp/tech-talk repo, main branch. https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk @@ -93,7 +93,7 @@ https://gitpitch.com/acmecorp/tech-talk/main?grs=bitbucket&s=sneakpEEk https://gitpitch.com/acmecorp/tech-talk/dev?grs=bitbucket&s=sneakpEEk # The coding/intro slide deck in the acmecorp/tech-talk repo, master branch. -https://gitpitch.com/acmecorp/tech-talk?grs=bitbucket&p=coding/intro +https://gitpitch.com/acmecorp/tech-talk/master?grs=bitbucket&p=coding/intro # The coding/intro slide deck in the acmecorp/tech-talk repo, at tagX. https://gitpitch.com/acmecorp/tech-talk/tagX?grs=bitbucket&p=coding/intro