Skip to content

Commit dcfe825

Browse files
committed
fix: update repo links
1 parent 0618df8 commit dcfe825

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/faq/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import SectionAnchor from "@/components/section-anchor";
21
import SearchBar from "@/components/search-bar";
2+
import SectionAnchor from "@/components/section-anchor";
3+
import { LAST_INDEX_REFRESH, SERVER_API_BASE } from "@/utils/constants";
4+
import { escapeHtmlJson } from "@/utils/json";
5+
import type { LastUpdated } from "@/utils/types";
36
import { Flex, Grid, Heading, Link, Separator, Text } from "@radix-ui/themes";
47
import type { Metadata } from "next";
58
import Image from "next/image";
69
import type { ReactNode } from "react";
7-
import { LAST_INDEX_REFRESH, SERVER_API_BASE } from "@/utils/constants";
8-
import { escapeHtmlJson } from "@/utils/json";
9-
import type { LastUpdated } from "@/utils/types";
1010

1111
export const metadata: Metadata = {
1212
title: "About and FAQ",
@@ -465,7 +465,7 @@ export default async function FAQ() {
465465
>
466466
Found a bug or have a feature request? Open an issue on{" "}
467467
<Link
468-
href="https://github.com/saketlab/seqout/issues"
468+
href="https://github.com/saketlab/seqout-web/issues"
469469
target="_blank"
470470
rel="noopener noreferrer"
471471
>

components/search-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"use client";
2+
import ExpansionSection from "@/components/expansion-section";
23
import {
34
FirstVisitPing,
45
HOW_SEARCH_WORKS_KEY,
56
useFirstVisit,
67
} from "@/components/first-visit-ping";
7-
import ExpansionSection from "@/components/expansion-section";
88
import GitHubButton from "@/components/github-button";
99
import SearchHistoryDropdown from "@/components/search-history-dropdown";
1010
import ThemeToggle from "@/components/theme-toggle";
@@ -169,7 +169,7 @@ function SearchBarContent({
169169
<DropdownMenu.Item
170170
onSelect={() =>
171171
window.open(
172-
"https://github.com/saketlab/seqout",
172+
"https://github.com/saketlab/seqout-web",
173173
"_blank",
174174
"noopener,noreferrer",
175175
)

public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
## Citation
3434

3535
seqout is developed and maintained by Saket Lab, IIT Bombay (https://saketlab.org).
36-
Source: https://github.com/saketlab/seqout
36+
Source: https://github.com/saketlab/seqout-web

0 commit comments

Comments
 (0)