From a1786b5a50fb1409a6d8a8b1cb3b0fe740f3c8ae Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Mon, 22 Oct 2018 12:35:42 -0400 Subject: [PATCH] Fix GitHub MD link to pywb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f28cfc8..1b79888 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Netcapsule is a proof-of-concept system for browsing old web sites from existing web archives in old browsers, inside a modern browser. -When the Netcapsule web page is loaded, the old browser is loaded in an emulator-like setup (Docker container) connecting to an existing archiving service through an HTTP/S proxy (powered by [pywb] (https://github.com/ikreymer/pywb) software). The proxy configures the date/time +When the Netcapsule web page is loaded, the old browser is loaded in an emulator-like setup (Docker container) connecting to an existing archiving service through an HTTP/S proxy (powered by [pywb](https://github.com/ikreymer/pywb) software). The proxy configures the date/time setting and proxies the content from the archive in its original form (whenever possible). Any web archive (supporting CDX or Memento protocol interfaces) can be a source, and any browser running under Linux can be used.