From 869334187333bb642de39669b96b131e653f9fe7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 2 Mar 2023 10:43:48 +0300 Subject: [PATCH] works: fix links to github --- views/pages/works.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/pages/works.ts b/views/pages/works.ts index 99aa7f6..8d0944e 100644 --- a/views/pages/works.ts +++ b/views/pages/works.ts @@ -159,7 +159,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [ 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.", roles: [Role.Author], technologies: [Technology.Rust], @@ -167,7 +167,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [ statuses: [Status.PassivelyMaintained], }, { - name: RepoLink("enve", "github.com/pleshevskiy/enve"), + name: RepoLink("enve", "//github.com/pleshevskiy/enve"), description: "It helps you work with environment variables and convert it to any type using only type annotations", roles: [Role.Author], @@ -176,7 +176,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [ statuses: [Status.PassivelyMaintained], }, { - name: RepoLink("dexios", "github.com/brxken128/dexios"), + name: RepoLink("dexios", "//github.com/brxken128/dexios"), description: "Dexios is a fast, secure, and open source command-line encryption tool.", roles: [Role.Collaborator],