Skip to content

Commit b372edc

Browse files
committed
fix: documentation
1 parent 43683ed commit b372edc

6 files changed

Lines changed: 16 additions & 78 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pip install rlm-repl
3838
Or install from source:
3939

4040
```bash
41-
git clone https://github.com/labKnowledge/rlm-repl-sql.git
42-
cd rlm-repl-sql
41+
git clone https://github.com/labKnowledge/rlm-repl.git
42+
cd rlm-repl
4343
pip install -e .
4444
```
4545

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ dev = [
5656
rlm-repl = "rlm_repl.cli.main:main"
5757

5858
[project.urls]
59-
Homepage = "https://github.com/labKnowledge/rlm-repl-sql"
60-
Documentation = "https://github.com/labKnowledge/rlm-repl-sql#readme"
61-
Repository = "https://github.com/labKnowledge/rlm-repl-sql"
62-
Issues = "https://github.com/labKnowledge/rlm-repl-sql/issues"
59+
Homepage = "https://github.com/labKnowledge/rlm-repl"
60+
Documentation = "https://labKnowledge.github.io/rlm-repl/"
61+
Repository = "https://github.com/labKnowledge/rlm-repl"
62+
Issues = "https://github.com/labKnowledge/rlm-repl/issues"
6363

6464
[tool.hatch.build.targets.wheel]
6565
packages = ["rlm_repl"]

website/DEPLOYMENT.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

website/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Welcome to the RLM-REPL documentation! This directory contains comprehensive gui
5555

5656
- [Main README](../README.md) - Project overview and quick start
5757
- [Examples Directory](../examples/) - Working code examples
58-
- [GitHub Repository](https://github.com/labKnowledge/rlm-repl-sql) - Source code
58+
- [GitHub Repository](https://github.com/labKnowledge/rlm-repl) - Source code
5959

6060
## Documentation Structure
6161

website/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pip install rlm-repl
1818
### Install from Source
1919

2020
```bash
21-
git clone https://github.com/labKnowledge/rlm-repl-sql.git
22-
cd rlm-repl-sql
21+
git clone https://github.com/labKnowledge/rlm-repl.git
22+
cd rlm-repl
2323
pip install -e .
2424
```
2525

website/docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const config: Config = {
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
// If deploying to root domain, use '/'
22-
baseUrl: '/rlm-repl-large/',
22+
baseUrl: '/rlm-repl/',
2323

2424
// GitHub pages deployment config.
2525
// If you aren't using GitHub pages, you don't need these.
2626
organizationName: 'labKnowledge', // Usually your GitHub org/user name.
27-
projectName: 'rlm-repl-large', // Usually your repo name.
27+
projectName: 'rlm-repl', // Usually your repo name.
2828

2929
onBrokenLinks: 'throw',
3030

@@ -45,7 +45,7 @@ const config: Config = {
4545
// Please change this to your repo.
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
'https://github.com/labKnowledge/rlm-repl-large/tree/master/',
48+
'https://github.com/labKnowledge/rlm-repl/tree/master/',
4949
},
5050
blog: {
5151
showReadingTime: true,
@@ -56,7 +56,7 @@ const config: Config = {
5656
// Please change this to your repo.
5757
// Remove this to remove the "edit this page" links.
5858
editUrl:
59-
'https://github.com/labKnowledge/rlm-repl-large/tree/master/',
59+
'https://github.com/labKnowledge/rlm-repl/tree/master/',
6060
// Useful options to enforce blogging best practices
6161
onInlineTags: 'warn',
6262
onInlineAuthors: 'warn',
@@ -94,7 +94,7 @@ const config: Config = {
9494
position: 'right',
9595
},
9696
{
97-
href: 'https://github.com/labKnowledge/rlm-repl-large',
97+
href: 'https://github.com/labKnowledge/rlm-repl',
9898
label: 'GitHub',
9999
position: 'right',
100100
},
@@ -129,11 +129,11 @@ const config: Config = {
129129
},
130130
{
131131
label: 'GitHub Repository',
132-
href: 'https://github.com/labKnowledge/rlm-repl-large',
132+
href: 'https://github.com/labKnowledge/rlm-repl',
133133
},
134134
{
135135
label: 'Issues',
136-
href: 'https://github.com/labKnowledge/rlm-repl-large/issues',
136+
href: 'https://github.com/labKnowledge/rlm-repl/issues',
137137
},
138138
],
139139
},

0 commit comments

Comments
 (0)