summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 18:57:48 +0100
committerjaseg <git@jaseg.de>2023-03-19 18:57:48 +0100
commit3c6957467fc401648369905efae98c0a228af752 (patch)
tree089c356429fdcfc4027c0f7c1ac50f6d1cf9d095 /content
parentc55e92fe93ebb31ba8d46928313dc1d6a08f448d (diff)
downloadblog-3c6957467fc401648369905efae98c0a228af752.tar.gz
blog-3c6957467fc401648369905efae98c0a228af752.tar.bz2
blog-3c6957467fc401648369905efae98c0a228af752.zip
Update project link display
Diffstat (limited to 'content')
-rw-r--r--content/projects/gerbolyze/index.rst2
-rw-r--r--content/projects/gerbonara/index.rst2
-rw-r--r--content/projects/lolcat-c/index.rst2
-rw-r--r--content/projects/python-mpv/index.rst2
-rw-r--r--content/projects/wsdiff/index.rst4
5 files changed, 7 insertions, 5 deletions
diff --git a/content/projects/gerbolyze/index.rst b/content/projects/gerbolyze/index.rst
index 47022ee..0f0ed47 100644
--- a/content/projects/gerbolyze/index.rst
+++ b/content/projects/gerbolyze/index.rst
@@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://gerbolyze.gitlab.io/gerbolyze"
- name: PyPI
- url: "https://pypi.org/projects/gerbolyze"
+ url: "https://pypi.org/project/gerbolyze"
summary: >
Gerbolyze is a tool that allows the modification of Gerber PCB artwork with a vector graphics editor like Inkscape.
Gerbolyze directly converts between SVG and Gerber, and accurately reproduces details that other tools can not.
diff --git a/content/projects/gerbonara/index.rst b/content/projects/gerbonara/index.rst
index be28fb4..6069351 100644
--- a/content/projects/gerbonara/index.rst
+++ b/content/projects/gerbonara/index.rst
@@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://gerbolyze.gitlab.io/gerbonara"
- name: PyPI
- url: "https://pypi.org/projects/gerbonara"
+ url: "https://pypi.org/project/gerbonara"
summary: >
Gerbonara is a user-friendly, powerful tool for reading, writing, modification and rendering of Gerber PCB artwork
from the command line or from Python code. Gerbonara supports the Gerber dialects of all industry-standard EDA
diff --git a/content/projects/lolcat-c/index.rst b/content/projects/lolcat-c/index.rst
index 6217b34..858f6de 100644
--- a/content/projects/lolcat-c/index.rst
+++ b/content/projects/lolcat-c/index.rst
@@ -3,6 +3,8 @@ title: "lolcat-c"
external_links:
- name: Sources
url: "https://git.jaseg.de/lolcat.git"
+ - name: Github
+ url: "https://github.com/jaseg/lolcat"
- name: Issues
url: "https://github.com/jaseg/lolcat/issues"
summary: >
diff --git a/content/projects/python-mpv/index.rst b/content/projects/python-mpv/index.rst
index a1bdcd5..12b1c18 100644
--- a/content/projects/python-mpv/index.rst
+++ b/content/projects/python-mpv/index.rst
@@ -8,7 +8,7 @@ external_links:
- name: Docs
url: "https://neinseg.gitlab.io/python-mpv"
- name: PyPI
- url: "https://pypi.org/projects/mpv"
+ url: "https://pypi.org/project/mpv"
summary: >
python-mpv is a small, ctypes-based Python library wrapping the libmpv media player library. Despite its small size
and simple API, python-mpv allows advanced control over libmpv and beyond simple remote control of mpv can be used
diff --git a/content/projects/wsdiff/index.rst b/content/projects/wsdiff/index.rst
index 8c2a7bc..44cd4c3 100644
--- a/content/projects/wsdiff/index.rst
+++ b/content/projects/wsdiff/index.rst
@@ -5,8 +5,8 @@ external_links:
url: "https://git.jaseg.de/wsdiff.git"
- name: Issues
url: "https://github.com/jaseg/wsdiff/issues"
- - name: Docs
- url: "https://pypi.org/projects/wsdiff"
+ - name: PyPI
+ url: "https://pypi.org/project/wsdiff"
summary: >
wsdiff is a command-line utility that produces self-contained, syntax-highlighted, HTML-formatted diffs that support
both unified and side-by-side diffs from a single source file using nothing but CSS magic.