works: fix links to github
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-02 10:43:48 +03:00
parent 4d0b59f2c3
commit 8693341873
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("estring", "github.com/pleshevskiy/estring"), name: RepoLink("estring", "//github.com/pleshevskiy/estring"),
description: "A simple way to parse a string using type annotations.", description: "A simple way to parse a string using type annotations.",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
@ -167,7 +167,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("enve", "github.com/pleshevskiy/enve"), name: RepoLink("enve", "//github.com/pleshevskiy/enve"),
description: description:
"It helps you work with environment variables and convert it to any type using only type annotations", "It helps you work with environment variables and convert it to any type using only type annotations",
roles: [Role.Author], roles: [Role.Author],
@ -176,7 +176,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("dexios", "github.com/brxken128/dexios"), name: RepoLink("dexios", "//github.com/brxken128/dexios"),
description: description:
"Dexios is a fast, secure, and open source command-line encryption tool.", "Dexios is a fast, secure, and open source command-line encryption tool.",
roles: [Role.Collaborator], roles: [Role.Collaborator],