From 3da436bf7fe46942260de737187f270ff98768cf Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 7 Mar 2022 12:46:33 +0100 Subject: [PATCH] projects: Update links on AMD Encoder page --- _projects/obs/amd-encoder.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_projects/obs/amd-encoder.html b/_projects/obs/amd-encoder.html index 4bf3fed..8d3f689 100644 --- a/_projects/obs/amd-encoder.html +++ b/_projects/obs/amd-encoder.html @@ -12,5 +12,6 @@ date: "2022-03-07" {% include blocks/heading.liquid level=2 content="Further Links" float="clear" %} {% capture content %}
  • {% include inline/link.liquid url="https://github.com/obsproject/obs-amd-encoder" content="Source Code" %}
  • -
  • {% include inline/link.liquid url="https://web.archive.org/web/20200505213214/https://obsproject.com/forum/threads/amd-hardware-encoder-s.52305/" content="Project page on OBS Project (Archived)" %}
  • +
  • {% include inline/link.liquid url="https://obsproject.com/forum/threads/amd-hardware-encoder-s-deleted.52305/" content="Project thread on OBS Project" %}
  • +
  • {% include inline/link.liquid url="https://web.archive.org/web/20200302051056/https://obsproject.com/forum/resources/amd-hardware-encoder-s.427/" content="Resource on OBS Project (Archived)" %}
  • {% endcapture %}{% include blocks/list.liquid content=content %}