Skip to content

Commit

Permalink
Fix link to repo (#1858)
Browse files Browse the repository at this point in the history
Co-authored-by: James Arthur <[email protected]>
  • Loading branch information
KyleAMathews and thruflo authored Oct 16, 2024
1 parent d51425f commit e942a8e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default defineConfig({
siteTitle: false,
socialLinks: [
{ icon: 'discord', link: 'https://discord.electric-sql.com' },
{ icon: 'github', link: 'https://github.com/electric-sql' }
{ icon: 'github', link: 'https://github.com/electric-sql/electric' }
]
},
transformHead: ({ pageData, siteData }) => {
Expand Down
6 changes: 3 additions & 3 deletions website/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import BlogPostListing from '../src/components/BlogPostListing.vue'
onMounted(async () => {
if (typeof window !== 'undefined' && document.querySelector) {
const githubLinks = document.querySelectorAll(
'.actions a[href="https://github.com/electric-sql"]'
'.actions a[href="https://github.com/electric-sql/electric"]'
)

let icon = document.querySelector('.actions .vpi-social-github')
Expand Down Expand Up @@ -135,14 +135,14 @@ onMounted(async () => {
/>
</div>
<div class="action hidden-sm">
<VPButton href="https://github.com/electric-sql"
<VPButton href="https://github.com/electric-sql/electric"
target="_blank"
text="Star on GitHub"
theme="alt"
/>
</div>
<div class="action inline-sm">
<VPButton href="https://github.com/electric-sql"
<VPButton href="https://github.com/electric-sql/electric"
target="_blank"
text="GitHub"
theme="alt"
Expand Down
4 changes: 2 additions & 2 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hero:
text: >-
Star on GitHub
target: '_blank'
link: https://github.com/electric-sql
link: https://github.com/electric-sql/electric
features:
- title: Sync
details: >-
Expand Down Expand Up @@ -126,7 +126,7 @@ const renderStarCount = async (repoName, initialStarCount) => {
onMounted(async () => {
if (typeof window !== 'undefined' && document.querySelector) {
const githubLinks = document.querySelectorAll(
'.actions a[href="https://github.com/electric-sql"]'
'.actions a[href="https://github.com/electric-sql/electric"]'
)

let icon = document.querySelector('.actions .vpi-social-github')
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/SiteFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
Legal</a>&nbsp;
<a href="https://pglite.dev">
PGlite ↗</a>&nbsp;
<a href="https://github.com/electric-sql">
<a href="https://github.com/electric-sql/electric">
<span class="vpi-social-github"></span></a>
<a href="https://discord.electric-sql.com">
<span class="vpi-social-discord"></span></a>
Expand Down
2 changes: 1 addition & 1 deletion website/src/partials/home-cta.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ to syncing into a local embedded
/>
</div>
<div class="action">
<VPButton href="https://github.com/electric-sql"
<VPButton href="https://github.com/electric-sql/electric"
target="_blank"
text="Star on GitHub"
theme="alt"
Expand Down

0 comments on commit e942a8e

Please sign in to comment.