Skip to content

Commit 47a838e

Browse files
committed
docs: update readme
1 parent 12f57e1 commit 47a838e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const project = new TypeScriptLibProject({
2323
"effect-ts",
2424
],
2525
repository: `https://github.com/${org}/${name}.git`,
26-
homepage: `https://${org}.github.io/${name}`,
26+
homepage: `https://effect-kafka.netlify.app`,
2727
typescriptVersion: "~5.6.3", // Limited by @typescript-eslint v8
2828
prettierOptions: { settings: { printWidth: 120 } },
2929
github: true,

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
[![build status](https://img.shields.io/github/actions/workflow/status/floydspace/effect-kafka/release.yml?branch=main)](https://github.com/floydspace/effect-kafka/actions)
88
[![wakatime](https://wakatime.com/badge/github/floydspace/effect-kafka.svg)](https://wakatime.com/badge/github/floydspace/effect-kafka)
99

10-
Effect Docs: https://www.effect.website<br>
11-
Effect Reference: https://effect-ts.github.io/effect<br>
12-
Effect Kafka Reference: https://floydspace.github.io/effect-kafka
10+
Effect Website: https://www.effect.website<br>
11+
Effect API Reference: https://effect-ts.github.io/effect<br>
12+
Effect Kafka Website: https://effect-kafka.netlify.app<br>
13+
Effect Kafka API Reference: https://floydspace.github.io/effect-kafka
1314

1415
# Installation
1516

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pages/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
function nav() {
4040
return [
4141
{ text: "Docs", link: "/docs/what-is", activeMatch: "/docs/" },
42-
{ text: "API Reference", link: "https://floydspace.github.io/effect-kafka" },
42+
{ text: "API Reference", link: "https://effect-kafka.netlify.app" },
4343
{ text: `Version: ${version}`, link: `https://github.com/floydspace/effect-kafka/releases/tag/v${version}` },
4444
];
4545
}

0 commit comments

Comments
 (0)