Skip to content

Commit aef35ee

Browse files
committed
Double URL Bug
1 parent 0393d7a commit aef35ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ A sitemap generation tool for PHP following the [Sitemap Protocol v0.9](http://w
99
Cartographer can handle Sitemaps of any size. When generating sitemaps with more than 50,000
1010
entries (the limit), the sitemap becomes a "map of maps" (i.e. nested sitemaps).
1111

12-
**GitHub Repo:** [http://github.com/tackk/cartographer/](http://github.com/tackk/cartographer/)
13-
**Documentation:** [http://tackk.github.io/cartographer/](http://tackk.github.io/cartographer/)
12+
* **GitHub Repo:** [http://github.com/tackk/cartographer/](http://github.com/tackk/cartographer/)
13+
* **Documentation:** [http://tackk.github.io/cartographer/](http://tackk.github.io/cartographer/)
1414

1515
## Installation
1616

src/SitemapFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected function writeSitemap($groupName, AbstractSitemap $sitemap)
155155
array_push($this->filesCreated, $fileName);
156156
$index++;
157157

158-
return $this->fileUrl($fileName);
158+
return $fileName;
159159
}
160160

161161
/**

0 commit comments

Comments
 (0)