Skip to content

Commit 791a527

Browse files
committed
chore(link): Update repo links
1 parent 1e25fd6 commit 791a527

File tree

15 files changed

+38
-38
lines changed

15 files changed

+38
-38
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git commit -F- <<-_UBLT_COMMIT_MSG_
6161
auto: ${{ github.event.head_commit.message }}
6262
63-
SourceCommit: https://github.com/emacs-eask/eask/commit/${{ github.sha }}
63+
SourceCommit: https://github.com/emacs-eask/cli/commit/${{ github.sha }}
6464
_UBLT_COMMIT_MSG_
6565
git push
6666
working-directory: emacs-eask.github.io

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"0.7.1"
33
"A set of command-line tools to build Emacs packages")
44

5-
(website-url "https://github.com/emacs-eask/eask")
5+
(website-url "https://github.com/emacs-eask/cli")
66
(keywords "emacs" "package" "management" "cli")
77

88
(files

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-green.svg)](https://www.gnu.org/licenses/gpl-3.0)
77
[![Emacs Version](https://img.shields.io/badge/Emacs-26.1+-7F5AB6.svg?logo=gnu%20emacs&logoColor=white)](https://www.gnu.org/software/emacs/download.html)
8-
[![Release](https://img.shields.io/github/release/emacs-eask/eask.svg?logo=github)](https://github.com/emacs-eask/eask/releases/latest)
8+
[![Release](https://img.shields.io/github/release/emacs-eask/cli.svg?logo=github)](https://github.com/emacs-eask/cli/releases/latest)
99

1010
Eask is a command-line tool that helps you build, lint, and test Emacs Lisp
1111
packages. It creates a clean environment to sandbox your elisp code without
@@ -27,41 +27,41 @@ influencing your personal configuration. Eask aims to be:
2727

2828
###### Documentation
2929

30-
| Description | Done | Status |
31-
|----------------------------------------|------|---------------------------------------------------------------------------------------------------------------------------------------------------|
32-
| Keep the documentation page up to date || [![Docs](https://github.com/emacs-eask/eask/actions/workflows/docs.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/docs.yml) |
30+
| Description | Done | Status |
31+
|----------------------------------------|------|--------------------------------------------------------------------------------------------------------------------------------------------------|
32+
| Keep the documentation page up to date || [![Docs](https://github.com/emacs-eask/cli/actions/workflows/docs.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/docs.yml) |
3333

3434
###### Development
3535

3636
| Description | Done | Status |
3737
|-------------------------------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
38-
| Compile source and check redefined || [![Compile](https://github.com/emacs-eask/eask/actions/workflows/compile.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/compile.yml) |
39-
| Compatibility check for each Emacs version || [![Compat](https://github.com/emacs-eask/eask/actions/workflows/compat.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/compat.yml) |
40-
| Build executables || [![Build](https://github.com/emacs-eask/eask/actions/workflows/build.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/build.yml) |
38+
| Compile source and check redefined || [![Compile](https://github.com/emacs-eask/cli/actions/workflows/compile.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/compile.yml) |
39+
| Compatibility check for each Emacs version || [![Compat](https://github.com/emacs-eask/cli/actions/workflows/compat.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/compat.yml) |
40+
| Build executables || [![Build](https://github.com/emacs-eask/cli/actions/workflows/build.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/build.yml) |
4141

4242
###### Commands
4343

4444
| Description | Done | Status |
4545
|---------------------------------------------|------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46-
| Test commands in global (config) mode || [![Global](https://github.com/emacs-eask/eask/actions/workflows/global.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/global.yml) |
47-
| Test commands in development (package) mode || [![Local](https://github.com/emacs-eask/eask/actions/workflows/local.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/local.yml) |
48-
| Test to install packages || [![Install](https://github.com/emacs-eask/eask/actions/workflows/install.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/install.yml) |
49-
| Test execute commands || [![Exec](https://github.com/emacs-eask/eask/actions/workflows/exec.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/exec.yml) |
50-
| Test emacs commands || [![Emacs](https://github.com/emacs-eask/eask/actions/workflows/emacs.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/emacs.yml) |
51-
| Test to search packages || [![Search](https://github.com/emacs-eask/eask/actions/workflows/search.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/search.yml) |
52-
| Test to upgrade and check outdated packages || [![Outdated_Upgrade](https://github.com/emacs-eask/eask/actions/workflows/outdated_upgrade.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/outdated_upgrade.yml) |
53-
| `Eask`-file checker || [![Checker](https://github.com/emacs-eask/eask/actions/workflows/checker.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/checker.yml) |
46+
| Test commands in global (config) mode || [![Global](https://github.com/emacs-eask/cli/actions/workflows/global.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/global.yml) |
47+
| Test commands in development (package) mode || [![Local](https://github.com/emacs-eask/cli/actions/workflows/local.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/local.yml) |
48+
| Test to install packages || [![Install](https://github.com/emacs-eask/cli/actions/workflows/install.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/install.yml) |
49+
| Test execute commands || [![Exec](https://github.com/emacs-eask/cli/actions/workflows/exec.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/exec.yml) |
50+
| Test emacs commands || [![Emacs](https://github.com/emacs-eask/cli/actions/workflows/emacs.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/emacs.yml) |
51+
| Test to search packages || [![Search](https://github.com/emacs-eask/cli/actions/workflows/search.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/search.yml) |
52+
| Test to upgrade and check outdated packages || [![Outdated_Upgrade](https://github.com/emacs-eask/cli/actions/workflows/outdated_upgrade.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/outdated_upgrade.yml) |
53+
| `Eask`-file checker || [![Checker](https://github.com/emacs-eask/cli/actions/workflows/checker.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/checker.yml) |
5454

5555
###### Options
5656

5757
| Description | Done | Status |
5858
|----------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
59-
| Test option switches || [![Options](https://github.com/emacs-eask/eask/actions/workflows/options.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/options.yml) |
59+
| Test option switches || [![Options](https://github.com/emacs-eask/cli/actions/workflows/options.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/options.yml) |
6060

6161
###### Test
6262

6363
| Description | Done | Status |
6464
|---------------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65-
| Test `ert` command || [![Test ert](https://github.com/emacs-eask/eask/actions/workflows/test_ert.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/test_ert.yml) |
66-
| Test `ert-runner` command || [![Test ert-runner](https://github.com/emacs-eask/eask/actions/workflows/test_ert-runner.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/test_ert-runner.yml) |
67-
| Test `buttercup` command || [![Test buttercup](https://github.com/emacs-eask/eask/actions/workflows/test_buttercup.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/test_buttercup.yml) |
65+
| Test `ert` command || [![Test ert](https://github.com/emacs-eask/cli/actions/workflows/test_ert.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_ert.yml) |
66+
| Test `ert-runner` command || [![Test ert-runner](https://github.com/emacs-eask/cli/actions/workflows/test_ert-runner.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_ert-runner.yml) |
67+
| Test `buttercup` command || [![Test buttercup](https://github.com/emacs-eask/cli/actions/workflows/test_buttercup.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_buttercup.yml) |

docs/config/_default/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enableRobotsTXT: true
1919
params:
2020
geekdocToC: 3
2121
geekdocLogo: './logo.png'
22-
geekdocRepo: 'https://github.com/emacs-eask/eask/'
22+
geekdocRepo: 'https://github.com/emacs-eask/cli/'
2323
geekdocEditPath: 'edit/master/docs/'
2424

2525
geekdocSearch: true

docs/content/en/Contributing/How to Contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ not be tolerated.
1414

1515
## 🪑 Open Development
1616

17-
All work on Eask happens directly on [GitHub](https://github.com/emacs-eask/eask).
17+
All work on Eask happens directly on [GitHub](https://github.com/emacs-eask/cli).
1818
Both core team members and external contributors send pull requests which go
1919
through the same review process.
2020

@@ -26,7 +26,7 @@ and major versions for any breaking changes. When we make breaking changes, we
2626
also introduce deprecation warnings in a minor version so that our users learn
2727
about the upcoming changes and migrate their code in advance.
2828

29-
Every significant change is documented in the [changelog file](https://github.com/emacs-eask/eask/blob/master/CHANGELOG.md).
29+
Every significant change is documented in the [changelog file](https://github.com/emacs-eask/cli/blob/master/CHANGELOG.md).
3030

3131
## 💡 Branch Organization
3232

docs/content/en/Contributing/PR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ weight: 40
44
---
55

66
If all tests have passed, and the Eask can operate normally with updated
7-
documentation (if any), please send us a [pull request](https://github.com/emacs-eask/eask/pulls)
7+
documentation (if any), please send us a [pull request](https://github.com/emacs-eask/cli/pulls)
88
with your changes. 🎊
99

1010
# 🧪 Tests Explained
1111

12-
This has moved to the repository [README.md](https://github.com/emacs-eask/eask/blob/master/README.md) file.
12+
This has moved to the repository [README.md](https://github.com/emacs-eask/cli/blob/master/README.md) file.
1313

14-
Please visit https://github.com/emacs-eask/eask#-testing.
14+
Please visit https://github.com/emacs-eask/cli#-testing.

docs/content/en/FAQ/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ Loading package information... done ✓
9090
You may have `bug-reference-prog-mode` enabled. It is not yet compatible with Eask and
9191
should be disabled when running any of Eask’s commands.
9292

93-
See [this issue](https://github.com/emacs-eask/eask/issues/39#issuecomment-1150770740) for
93+
See [this issue](https://github.com/emacs-eask/cli/issues/39#issuecomment-1150770740) for
9494
more information.

docs/content/en/Getting Started/Install Eask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document guides you through the installation of Eask.
1111

1212
### Binary (Cross-platform)
1313

14-
Download the appropriate version for your platform from [Eask Releases](https://github.com/emacs-eask/eask/releases).
14+
Download the appropriate version for your platform from [Eask Releases](https://github.com/emacs-eask/cli/releases).
1515
Once downloaded, the binary can be run from anywhere. You don’t need to install
1616
it into a global location. This works well for shared hosts and other systems
1717
where you don’t have a privileged account.
@@ -61,7 +61,7 @@ Alternatively, you can clone it directly from this repo
6161

6262
```sh
6363
# clone the repo
64-
$ git clone https://github.com/emacs-eask/eask
64+
$ git clone https://github.com/emacs-eask/cli
6565

6666
# change the working directory to eask
6767
$ cd eask

docs/content/en/Getting Started/Quick Start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and install `NodeJS` and `npm` corresponds to your current operating system
2323

2424
{{< hint ok >}}
2525
💡 If you don't prefer **NodeJS** and **npm**, you can install with [binary](https://emacs-eask.github.io/Getting-Started/Install-Eask/#binary-cross-platform)
26-
from our [release](https://github.com/emacs-eask/eask/releases) page.
26+
from our [release](https://github.com/emacs-eask/cli/releases) page.
2727
{{< /hint >}}
2828

2929
## Step 2: Install Eask

docs/content/en/Troubleshooting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ If you installed Eask with **npm**, then you should probably upgrade it through
3535
* If the error persists, try to reinstall Eask from scratch.
3636

3737
If Eask still does not work, please [report an
38-
issue](https://github.com/emacs-eask/eask/issues/new) to the issue tracker.
38+
issue](https://github.com/emacs-eask/cli/issues/new) to the issue tracker.
3939
Please include Eask output with the [--verbose 4] and [--debug] options enabled,
4040
to give us as much information as possible.

0 commit comments

Comments
 (0)