summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-30 23:08:00 +0100
committerGitHub <noreply@github.com>2023-07-30 23:08:00 +0100
commit1fb7caa2d6eafd9985324252ec3092abc37ec8fc (patch)
tree2119e828392692dc4bfaf3d0d356e82172b625c4 /docs
parent5a457d6b3b4431d5fadfb533cf01238878e41947 (diff)
Move all references to the old repo (#1132)
The repo now lives on an org! Move all references to the old path.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/advanced-install.md8
-rw-r--r--docs/docs/self-hosting/k8s.md2
-rw-r--r--docs/docusaurus.config.js8
-rw-r--r--docs/zh-CN/k8s.md2
4 files changed, 10 insertions, 10 deletions
diff --git a/docs/docs/advanced-install.md b/docs/docs/advanced-install.md
index f9ff719f..cf9bbadd 100644
--- a/docs/docs/advanced-install.md
+++ b/docs/docs/advanced-install.md
@@ -46,7 +46,7 @@ And then follow [the shell setup](#shell-plugin)
This repository is a flake, and can be installed using `nix profile`:
```
-nix profile install "github:ellie/atuin"
+nix profile install "github:atuinsh/atuin"
```
Atuin is also available in [nixpkgs](https://github.com/NixOS/nixpkgs):
@@ -82,7 +82,7 @@ Note: Atuin builds on the latest stable version of Rust, and we make no
promises regarding older versions. We recommend using rustup.
```
-git clone https://github.com/ellie/atuin.git
+git clone https://github.com/atuinsh/atuin.git
cd atuin/atuin
cargo install --path .
```
@@ -101,13 +101,13 @@ echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
#### Zinit
```sh
-zinit load ellie/atuin
+zinit load atuinsh/atuin
```
#### Antigen
```sh
-antigen bundle ellie/atuin@main
+antigen bundle atuinsh/atuin@main
```
### bash
diff --git a/docs/docs/self-hosting/k8s.md b/docs/docs/self-hosting/k8s.md
index 79710312..5ba58b6b 100644
--- a/docs/docs/self-hosting/k8s.md
+++ b/docs/docs/self-hosting/k8s.md
@@ -55,7 +55,7 @@ spec:
value: "8888"
- name: ATUIN_OPEN_REGISTRATION
value: "true"
- image: ghcr.io/ellie/atuin:main
+ image: ghcr.io/atuinsh/atuin:main
name: atuin
ports:
- containerPort: 8888
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index a33d8f63..8c01ee21 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -18,7 +18,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
- organizationName: 'ellie', // Usually your GitHub org/user name.
+ organizationName: 'atuinsh', // Usually your GitHub org/user name.
projectName: 'atuin', // Usually your repo name.
onBrokenLinks: 'warn',
@@ -45,14 +45,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/ellie/atuin/tree/main/docs/',
+ 'https://github.com/atuinsh/atuin/tree/main/docs/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/ellie/atuin/tree/main/docs/',
+ 'https://github.com/atuinsh/atuin/tree/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
@@ -102,7 +102,7 @@ const config = {
},
{
label: 'GitHub',
- href: 'https://github.com/ellie/atuin',
+ href: 'https://github.com/atuinsh/atuin',
},
{
label: 'Twitter',
diff --git a/docs/zh-CN/k8s.md b/docs/zh-CN/k8s.md
index 0d9c56e5..d512a4b0 100644
--- a/docs/zh-CN/k8s.md
+++ b/docs/zh-CN/k8s.md
@@ -56,7 +56,7 @@ spec:
value: "8888"
- name: ATUIN_OPEN_REGISTRATION
value: "true"
- image: ghcr.io/ellie/atuin:main
+ image: ghcr.io/atuinsh/atuin:main
name: atuin
ports:
- containerPort: 8888