This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit ca067bc90a46ab33b639a254d1d9eb3c28ff2002
Author: Roy Lenferink <rlenfer...@apache.org>
AuthorDate: Sun Dec 30 12:34:59 2018 +0100

    CELIX-449: Replacing 'docs/' part as well when using celix-md layout
---
 source/_layouts/celix-md.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/_layouts/celix-md.html b/source/_layouts/celix-md.html
index 8335e7e..b76936f 100644
--- a/source/_layouts/celix-md.html
+++ b/source/_layouts/celix-md.html
@@ -39,7 +39,7 @@ limitations under the License.
         <div class="row py-4">
             <div class="col-sm-12 card">
                 <div class="card-body pt-5">
-                    <a class="edit-on-gh" href="{{ site.celix_repository_url 
}}/edit/{{ site.celix_repository_source_branch }}/{{ page.path | 
replace_first:'celix/','' }}" title="Edit this page on GitHub">Edit on 
GitHub</a>
+                    <a class="edit-on-gh" href="{{ site.celix_repository_url 
}}/edit/{{ site.celix_repository_source_branch }}/{{ page.path | 
replace_first:'docs/celix/','' }}" title="Edit this page on GitHub">Edit on 
GitHub</a>
                     <a href="/docs/" title="back to documentation">&lt;&lt; 
back to documentation</a>
 
                     {{ content }}

Reply via email to