From 7427f0ab766faf11c2232912978838a13a241b6d Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 15 Dec 2017 15:02:21 -0800 Subject: [PATCH] Fix for not-edited-here Edit this Page link (#5530) --- _layouts/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/docs.html b/_layouts/docs.html index 981aa30a0e..82150b767f 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -23,7 +23,7 @@ {% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %} {% for entry in site.data.not_edited_here.overrides %} - {% if page.url contains entry.path %} + {% if page.path contains entry.path %} {% if entry.source %} {% assign edit_url = entry.source %} {% else %}