Skip to content

Commit

Permalink
(docs) update links to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 23, 2024
1 parent ec60a7f commit 3cd369d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/lips/REPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ to properly handle copy-paste of Scheme code.
To learn more you can read this article:
[Handling auto-indentation in Node.js REPL](https://jakub.jankiewicz.org/blog/node-repl-auto-indent/).

From version [1.0.0-beta.20](https://github.com/LIPS-scheme/lips/releases/tag/1.0.0-beta.20)
From version [1.0.0-beta.20](https://github.com/jcubic/lips/releases/tag/1.0.0-beta.20)
the Node.js REPL also supports parentheses matching. It's supported by
[CLisp](https://www.gnu.org/software/clisp/), a [Common Lisp](https://common-lisp.net/) interpreter.

Expand Down
10 changes: 5 additions & 5 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: Config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'LIPS-scheme', // Usually your GitHub org/user name.
organizationName: 'jcubic', // Usually your GitHub org/user name.
projectName: 'lips', // Usually your repo name.
deploymentBranch: 'master',

Expand Down Expand Up @@ -63,7 +63,7 @@ const config: Config = {
},
blog: {
showReadingTime: true,
editUrl: 'https://github.com/LIPS-scheme/lips/tree/master/docs/',
editUrl: 'https://github.com/jcubic/lips/tree/master/docs/',
feedOptions: {
type: 'rss',
limit: 10,
Expand All @@ -88,7 +88,7 @@ const config: Config = {
},
docs: {
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/LIPS-scheme/lips/tree/master/docs/',
editUrl: 'https://github.com/jcubic/lips/tree/master/docs/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down Expand Up @@ -129,7 +129,7 @@ const config: Config = {
position: 'right'
},
{
href: 'https://github.com/LIPS-scheme/lips',
href: 'https://github.com/jcubic/lips',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -183,7 +183,7 @@ const config: Config = {
},
{
label: 'GitHub',
href: 'https://github.com/LIPS-scheme/lips',
href: 'https://github.com/jcubic/lips',
},
],
},
Expand Down

0 comments on commit 3cd369d

Please sign in to comment.