Skip to content

Commit 09e0bce

Browse files
authored
Merge pull request #808 from mvalentsev/docs/fix-remaining-org-urls
docs: fix stale org URLs in website and plugin manifests (#787)
2 parents c038b8e + c4bacec commit 09e0bce

11 files changed

Lines changed: 24 additions & 24 deletions

File tree

.claude-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Claude Code plugin that gives your AI a persistent memory system. Mine project
1111
### Claude Code Marketplace
1212

1313
```bash
14-
claude plugin marketplace add milla-jovovich/mempalace
14+
claude plugin marketplace add MemPalace/mempalace
1515
claude plugin install --scope user mempalace
1616
```
1717

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"palace",
2626
"search"
2727
],
28-
"repository": "https://github.com/milla-jovovich/mempalace"
28+
"repository": "https://github.com/MemPalace/mempalace"
2929
}

.codex-plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ codex /init
3535
1. Clone the MemPalace repository:
3636

3737
```bash
38-
git clone https://github.com/milla-jovovich/mempalace.git
38+
git clone https://github.com/MemPalace/mempalace.git
3939
cd mempalace
4040
```
4141

@@ -71,5 +71,5 @@ Set the `MEMPAL_DIR` environment variable to a directory path to automatically r
7171

7272
## Support
7373

74-
- Repository: https://github.com/milla-jovovich/mempalace
75-
- Issues: https://github.com/milla-jovovich/mempalace/issues
74+
- Repository: https://github.com/MemPalace/mempalace
75+
- Issues: https://github.com/MemPalace/mempalace/issues

.codex-plugin/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": {
66
"name": "milla-jovovich"
77
},
8-
"homepage": "https://github.com/milla-jovovich/mempalace",
9-
"repository": "https://github.com/milla-jovovich/mempalace",
8+
"homepage": "https://github.com/MemPalace/mempalace",
9+
"repository": "https://github.com/MemPalace/mempalace",
1010
"license": "MIT",
1111
"keywords": [
1212
"memory",
@@ -39,9 +39,9 @@
3939
"Read",
4040
"Write"
4141
],
42-
"websiteURL": "https://github.com/milla-jovovich/mempalace",
43-
"privacyPolicyURL": "https://github.com/milla-jovovich/mempalace",
44-
"termsOfServiceURL": "https://github.com/milla-jovovich/mempalace",
42+
"websiteURL": "https://github.com/MemPalace/mempalace",
43+
"privacyPolicyURL": "https://github.com/MemPalace/mempalace",
44+
"termsOfServiceURL": "https://github.com/MemPalace/mempalace",
4545
"defaultPrompt": [
4646
"Search my memories for recent decisions",
4747
"Mine this project into my memory palace",

website/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default withMermaid(
8686
},
8787

8888
socialLinks: [
89-
{ icon: 'github', link: 'https://github.com/milla-jovovich/mempalace' },
89+
{ icon: 'github', link: 'https://github.com/MemPalace/mempalace' },
9090
{ icon: 'discord', link: 'https://discord.com/invite/ycTQQCu6kn' },
9191
],
9292

@@ -100,7 +100,7 @@ export default withMermaid(
100100
},
101101

102102
editLink: {
103-
pattern: `https://github.com/milla-jovovich/mempalace/edit/${editBranch}/website/:path`,
103+
pattern: `https://github.com/MemPalace/mempalace/edit/${editBranch}/website/:path`,
104104
text: 'Edit this page on GitHub',
105105
},
106106
},

website/guide/claude-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The recommended way to use MemPalace with Claude Code — native marketplace ins
55
## Installation
66

77
```bash
8-
claude plugin marketplace add milla-jovovich/mempalace
8+
claude plugin marketplace add MemPalace/mempalace
99
claude plugin install --scope user mempalace
1010
```
1111

website/guide/gemini-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MemPalace works natively with [Gemini CLI](https://github.com/google/gemini-cli)
1111

1212
```bash
1313
# Clone the repository
14-
git clone https://github.com/milla-jovovich/mempalace.git
14+
git clone https://github.com/MemPalace/mempalace.git
1515
cd mempalace
1616

1717
# Create a virtual environment

website/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install mempalace
99
```
1010

1111
::: danger Security Warning
12-
The domain `mempalace.tech` is a **brand-squatting site** not affiliated with this project. It is known to run ad-redirects and potential malware. The official MemPalace distribution is only available via this [GitHub repository](https://github.com/milla-jovovich/mempalace) and [PyPI](https://pypi.org/project/mempalace/). Never install binaries or scripts from unofficial domains.
12+
The domain `mempalace.tech` is a **brand-squatting site** not affiliated with this project. It is known to run ad-redirects and potential malware. The official MemPalace distribution is only available via this [GitHub repository](https://github.com/MemPalace/mempalace) and [PyPI](https://pypi.org/project/mempalace/). Never install binaries or scripts from unofficial domains.
1313
:::
1414

1515
### Requirements
@@ -23,7 +23,7 @@ No API key required for the core local workflow. After installation, the main st
2323
### From Source
2424

2525
```bash
26-
git clone https://github.com/milla-jovovich/mempalace.git
26+
git clone https://github.com/MemPalace/mempalace.git
2727
cd mempalace
2828
pip install -e ".[dev]"
2929
```

website/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hero:
1717
link: /concepts/the-palace
1818
- theme: alt
1919
text: GitHub ↗
20-
link: https://github.com/milla-jovovich/mempalace
20+
link: https://github.com/MemPalace/mempalace
2121

2222
features:
2323
- icon:

website/reference/benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks
22

3-
Curated summary of MemPalace benchmark results. For the full 725-line progression with every experiment, see [`benchmarks/BENCHMARKS.md`](https://github.com/milla-jovovich/mempalace/blob/main/benchmarks/BENCHMARKS.md) in the repository.
3+
Curated summary of MemPalace benchmark results. For the full 725-line progression with every experiment, see [`benchmarks/BENCHMARKS.md`](https://github.com/MemPalace/mempalace/blob/main/benchmarks/BENCHMARKS.md) in the repository.
44

55
## The Core Finding
66

@@ -76,7 +76,7 @@ On this benchmark, MemPalace materially outperforms the Mem0 result cited in the
7676
All benchmarks are reproducible with public datasets:
7777

7878
```bash
79-
git clone https://github.com/milla-jovovich/mempalace.git
79+
git clone https://github.com/MemPalace/mempalace.git
8080
cd mempalace
8181
pip install chromadb pyyaml
8282

@@ -92,4 +92,4 @@ python benchmarks/longmemeval_bench.py /tmp/longmemeval_s_cleaned.json
9292
Results are deterministic. Same data + same script = same result every time. Every result JSONL file contains every question, every retrieved document, every score.
9393
:::
9494

95-
For complete reproduction instructions, benchmark integrity notes, and the full score progression, see the [full benchmark documentation](https://github.com/milla-jovovich/mempalace/blob/main/benchmarks/BENCHMARKS.md).
95+
For complete reproduction instructions, benchmark integrity notes, and the full score progression, see the [full benchmark documentation](https://github.com/MemPalace/mempalace/blob/main/benchmarks/BENCHMARKS.md).

0 commit comments

Comments
 (0)