Ticket #588 (closed Task: fixed)

Opened 3 months ago

Last modified 3 months ago

Broken URLs

Reported by: brettalton Assigned to: Geert
Priority: trivial Milestone: 2.1.2
Component: Core Version: SVN HEAD
Keywords: url Cc:
SVN Revision (if applicable):

Description

Since doc.kohanaphp.com was moved to docs.kohanaphp.com, all of the URLs in the comments are incorrect.

Please do a search and replace to fix 'doc' to 'docs'.

Example: The file http://trac.kohanaphp.com/browser/trunk/index.php#L15 links to http://doc.kohanaphp.com/installation/deployment but the correct URL is http://docs.kohanaphp.com/installation/deployment.

Change History

05/05/08 05:53:20 changed by Geert

  • status changed from new to assigned.
  • owner changed from Shadowhand to Geert.

05/05/08 05:55:46 changed by Geert

  • priority changed from major to trivial.
  • status changed from assigned to closed.
  • resolution set to fixed.
  • svn_rev deleted.
  • type changed from Bug to Task.

Fixed in r2622. Thanks for noticing.