Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno committed Jan 13, 2025
1 parent a95f711 commit c7101ec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/content/doc-surrealdb/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ import DarkSidekick from '@img/icon/dark/sidekick.png';

SurrealDB is a [Multi-Model Database](https://surrealdb.com/features/multi-model-database) that allows you to store and manage date in relational, document, graph, time-series, vector & search and key-value models in one place.

Unified by a Powerful SQL like query language [SurrealQL](/docs/surrealql), you can query SurrealDB in ways that are familiar to you, but with the power of a modern database. In addition, SurrealDB is designed to be [distributed](/docs/surrealdb/concepts/distributed) and [scalable](/docs/surrealdb/concepts/scalability), allowing you to build and scale your applications with ease.
Unified by a Powerful SQL like query language [SurrealQL](/docs/surrealql), you can query SurrealDB in ways that are familiar to you, but with the power of a modern database. In addition, SurrealDB is designed to be [distributed](/docs/surrealdb/introduction/architecture) and [scalable](/docs/surrealdb/introduction/architecture), allowing you to build and scale your applications with ease.

Also providing additonal query methods like [GraphQL](/docs/surrealdb/querying/graphql), [HTTP](/docs/surrealdb/querying/rest) and [RPC](/docs/surrealdb/querying/rpc), you can also query SurrealDB in your native environments using [SDKs](/docs/surrealdb/integration/sdks), we support [JavaScript](/docs/sdk/javascript), [Python](/docs/sdk/python), [Go](/docs/sdk/go), [Rust](/docs/sdk/rust), [Java](/docs/sdk/java) and [Dotnet](/docs/sdk/dotnet).
Also providing additonal query methods like [GraphQL](/docs/surrealdb/querying/graphql), [HTTP](/docs/surrealdb/integration/http) and [RPC](/docs/surrealdb/integration/rpc), you can also query SurrealDB in your native environments using [SDKs](/docs/surrealdb/integration/sdks), we support [JavaScript](/docs/sdk/javascript), [Python](/docs/sdk/python), [Go](/docs/sdk/golang), [Rust](/docs/sdk/rust), [Java](/docs/sdk/java) and [Dotnet](/docs/sdk/dotnet).

We've included [demo dataset](/docs/surrealql/demo) which you can download and [<code>import</code> ](/docs/surrealdb/cli/import)into your SurrealDB instance.

{/* SurrealDB makes building and scaling realtime apps dramatically quicker and easier. Get started by [installing the server](/docs/surrealdb/installation), and jump into our [getting started guide](/docs/surrealdb/introduction/start) to learn how to insert and query data in SurrealDB in minutes.

To quickly test out SurrealDB and [SurrealQL](/docs/surrealql) functionality, we've included [demo dataset](/docs/surrealql/demo) which you can download and [<code>import</code> ](/docs/surrealdb/cli/import)into your SurrealDB instance. */}


SurrealDB supports all [realeased versions](https://surrealdb.com/releases) from `1.0.0` onwards. <span>The current stable version of SurrealDB </span><span> is <a href='/releases'> <Version /> </a></span>
SurrealDB supports all [realeased versions](/releases) from `1.0.0` onwards. <span>The current stable version of SurrealDB </span><span> is <a href='/releases'> <Version /> </a></span>


<div class="border-b border-border/40 my-8"></div>
Expand Down Expand Up @@ -144,7 +142,7 @@ SurrealDB supports all [realeased versions](https://surrealdb.com/releases) from
<IconBox
title="Reference guides"
description="SurrealDB provides a variety of reference guides that cover a wide range of topics, from the basics of SurrealDB to more advanced concepts."
href="/docs/surrealdb/reference"
href="/docs/surrealdb/reference-guide"
icon={{ light: LightSidekick, dark: DarkSidekick }}
/>
</Boxes>
Expand Down

0 comments on commit c7101ec

Please sign in to comment.