Skip to content

Commit 75ed389

Browse files
authored
Hyperlink fixes to the documentation file
1 parent c1bf51e commit 75ed389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Introduction
2-
GitConvex is a web app for managing your git repositories. It is supported by Linux, Mac OS and Windows. The [latest version] (https://github.com/neel1996/gitconvex-package/releases) of GitConvex supports git features such as initializing and tracking a git repo, staging and unstaging changes, committing changes, pushing changes to the selected remote and so on.
2+
GitConvex is a web app for managing your git repositories. It is supported by Linux, Mac OS and Windows. The [latest version](https://github.com/neel1996/gitconvex-package/releases) of GitConvex supports git features such as initializing and tracking a git repo, staging and unstaging changes, committing changes, pushing changes to the selected remote and so on.
33
The main goal of this platform is to act as a web-based alternative for Github desktop, but we are still in the starting stages, so we are not completely there yet (baby steps, right?)
44
## Table of Contents
55
[Requirements](#requirements)<br>
@@ -54,7 +54,7 @@ or use `pm2` by downloading it from npm - `npm i -g pm2` and start the module by
5454
- Tracking modified files
5555
- Creating new branches (provided there are no diverging changes)
5656
- Initializing git inside a new repo and adding it to the platform tracker on the go
57-
- File difference tracker with syntax highlighting for the [supported languages] (LANGUAGES.md).
57+
- File difference tracker with syntax highlighting for the [supported languages](LANGUAGES.md).
5858
- Commit log viewer
5959
- Basic git operations such as staging, un-staging, committing and pushing to remote repo.
6060

0 commit comments

Comments
 (0)