Skip to content

Commit

Permalink
update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 31, 2024
1 parent 882cbea commit bca0215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Grabit.sh is a powerful command-line tool designed to quickly gather and summari

### Pre-built Binaries

You can download pre-built binaries for your platform from the [Releases](https://github.com/loftwah/grabit.sh/releases) page.
You can download pre-built binaries for your platform from the [Releases](https://github.com/loftwah/grabitsh/releases) page.

#### Linux

Expand Down Expand Up @@ -66,7 +66,7 @@ If you prefer to build from source or want the latest development version:
2. Clone the repository:

```bash
git clone https://github.com/loftwah/grabit.sh.git
git clone https://github.com/loftwah/grabitsh.git
```

3. Navigate to the project directory:
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
Usage
</a>
<a
href="https://github.com/loftwah/grabit.sh"
href="https://github.com/loftwah/grabitsh"
class="text-gray-300 hover:bg-indigo-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium"
>
GitHub
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1 class="text-4xl font-extrabold tracking-tight text-gray-900 sm:text-5xl lg:t
Get Started
</a>
<a
href="https://github.com/loftwah/grabit.sh"
href="https://github.com/loftwah/grabitsh"
class="px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-100"
>
View on GitHub
Expand Down Expand Up @@ -346,7 +346,7 @@ <h3 class="text-lg leading-6 font-medium text-gray-900">
<pre
class="bg-gray-800 text-white p-4 rounded-md text-sm overflow-x-auto"
>
git clone https://github.com/loftwah/grabit.sh.git
git clone https://github.com/loftwah/grabitsh.git
cd grabit.sh
go build -o grabitsh</pre
>
Expand Down Expand Up @@ -413,7 +413,7 @@ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
<div class="mt-8 flex justify-center">
<div class="inline-flex rounded-md shadow">
<a
href="https://github.com/loftwah/grabit.sh"
href="https://github.com/loftwah/grabitsh"
class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700"
>
View on GitHub
Expand All @@ -437,7 +437,7 @@ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="flex justify-center space-x-6">
<a
href="https://github.com/loftwah/grabit.sh"
href="https://github.com/loftwah/grabitsh"
class="text-gray-400 hover:text-gray-300"
>
<span class="sr-only">GitHub</span>
Expand Down

0 comments on commit bca0215

Please sign in to comment.