Skip to content

Commit dff92de

Browse files
committed
Fixes image srcs
1 parent 0ffa45c commit dff92de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitkraken-client/open-clone-init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once this is complete, you are ready for your oceanic journey!
2727

2828
The Repo Management tab provides an overview of your active repositories, Workspaces, and favorite repositories. To access the Repo Management tab, either click on the folder icon located at the top left or utilize the keyboard shortcut <kbd>Alt + O</kbd> (Windows/Linux) or <kbd>Cmd + O</kbd> (Mac).
2929

30-
<img src='wp-content/uploads/gkc-repo-mngmt-tab.png' class='img-bordered img-responsive center'>
30+
<img src='/wp-content/uploads/gkc-repo-mngmt-tab.png' class='img-bordered img-responsive center'>
3131

3232
At the top right corner, you'll find three options for managing Git repositories within your projects:
3333

@@ -52,7 +52,7 @@ GitKraken Desktop allows you to load your existing repositories and pick up wher
5252

5353
If you're coming from a Git project you already have locally, navigate to <kbd><strong>File > Open Repo</strong></kbd> to get started immediately in GitKraken Desktop. A file explorer window will appear, select the repository folder to open it in Gitkraken Desktop.
5454

55-
<img src='wp-content/uploads/gkc-repo-mngmt-open-repo.png' class='img-bordered img-responsive center'>
55+
<img src='/wp-content/uploads/gkc-repo-mngmt-open-repo.png' class='img-bordered img-responsive center'>
5656

5757
***
5858
### Cloning an existing project
@@ -71,7 +71,7 @@ This will then prompt you to open the newly copied project in GitKraken Desktop.
7171
### Initialize a new project
7272
Starting a project in GitKraken Desktop is easy through <kbd><strong>File > Init</strong></kbd>
7373

74-
<img src='wp-content/uploads/gkc-repo-mngmt-init-repo.png' class='img-bordered img-responsive center'>
74+
<img src='/wp-content/uploads/gkc-repo-mngmt-init-repo.png' class='img-bordered img-responsive center'>
7575

7676
All you need to do is fill out the fields and select <button class='button button--success button--ui button--nolink'>Create Repository</span></button> for the magic to begin.
7777

0 commit comments

Comments
 (0)