aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/xsl
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2016-06-12 17:55:49 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-06-12 17:55:49 +0200
commit8b212980109df585959b4cc2bdc6a488a3933269 (patch)
tree0c90acd72510ede274b3773329f4c88777e226d8 /org.jacoco.doc/xsl
parent209b27c0d2ec7dcf75c08edbc0a434fcf929db52 (diff)
downloadjacoco-8b212980109df585959b4cc2bdc6a488a3933269.tar.gz
Rename dot folder in documentation (#421)
Diffstat (limited to 'org.jacoco.doc/xsl')
-rw-r--r--org.jacoco.doc/xsl/junit-noframes.xsl4
-rw-r--r--org.jacoco.doc/xsl/maven-goal.xsl4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.jacoco.doc/xsl/junit-noframes.xsl b/org.jacoco.doc/xsl/junit-noframes.xsl
index 9e5af2c3..24ee1301 100644
--- a/org.jacoco.doc/xsl/junit-noframes.xsl
+++ b/org.jacoco.doc/xsl/junit-noframes.xsl
@@ -37,8 +37,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" href="../doc/.resources/doc.css" charset="UTF-8" type="text/css" />
- <link rel="shortcut icon" href="../doc/.resources/report.gif" type="image/gif" />
+ <link rel="stylesheet" href="../doc/resources/doc.css" charset="UTF-8" type="text/css" />
+ <link rel="shortcut icon" href="../doc/resources/report.gif" type="image/gif" />
<title>JaCoCo - JUnit Test Results</title>
<style type="text/css">
diff --git a/org.jacoco.doc/xsl/maven-goal.xsl b/org.jacoco.doc/xsl/maven-goal.xsl
index 83a98b1c..d91942ed 100644
--- a/org.jacoco.doc/xsl/maven-goal.xsl
+++ b/org.jacoco.doc/xsl/maven-goal.xsl
@@ -27,9 +27,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8"
+ <link rel="stylesheet" href="resources/doc.css" charset="UTF-8"
type="text/css" />
- <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
+ <link rel="shortcut icon" href="resources/report.gif" type="image/gif" />
<title>
JaCoCo -
<xsl:value-of select="xdoc:document/xdoc:properties/xdoc:title" />