Skip to content

Commit 92f2fb4

Browse files
committed
[Interview] Links
1 parent d14fc40 commit 92f2fb4

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

Blog/blog/2025-12-12-sea-orm-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ At a high level, async Rust can be seen as a more complex form of sync Rust. So
2929

3030
However, you can't always go from sync to async. Async Rust tightens lifetime rules and introduces `Send` / `Sync` requirements for futures and async closures, so existing sync code may fail those constraints.
3131

32-
Let's go over all the necessary conversions, in order of complexity:
32+
Let's examine the required conversions, ordered by their level of complexity.
3333

3434
### 1. `async` / `await`
3535

Blog/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
style: 'dark',
5151
links: [
5252
{
53-
title: 'Community',
53+
title: 'Social',
5454
items: [
5555
{
5656
label: 'GitHub',
@@ -82,8 +82,8 @@ module.exports = {
8282
to: 'https://www.sea-ql.org/SeaORM/',
8383
},
8484
{
85-
label: 'SeaQuery',
86-
to: 'https://github.com/SeaQL/sea-query',
85+
label: 'SeaORM Pro',
86+
to: 'https://www.sea-ql.org/sea-orm-pro/',
8787
},
8888
{
8989
label: 'Seaography',

Interview/docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
style: 'dark',
5252
links: [
5353
{
54-
title: 'Community',
54+
title: 'Social',
5555
items: [
5656
{
5757
label: 'GitHub',
@@ -65,6 +65,10 @@ module.exports = {
6565
label: 'Twitter',
6666
to: 'https://twitter.com/sea_ql',
6767
},
68+
{
69+
label: 'Bluesky',
70+
to: 'https://bsky.app/profile/sea-ql.org',
71+
},
6872
{
6973
label: 'LinkedIn',
7074
to: 'https://www.linkedin.com/company/sea-ql',
@@ -79,8 +83,8 @@ module.exports = {
7983
to: 'https://www.sea-ql.org/SeaORM/',
8084
},
8185
{
82-
label: 'SeaQuery',
83-
to: 'https://github.com/SeaQL/sea-query',
86+
label: 'SeaORM Pro',
87+
to: 'https://www.sea-ql.org/sea-orm-pro/',
8488
},
8589
{
8690
label: 'Seaography',

0 commit comments

Comments
 (0)