← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:update-navigation-txt into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:update-navigation-txt into launchpad:master.

Commit message:
Update information about the location of navigation components

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/418298
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:update-navigation-txt into launchpad:master.
diff --git a/lib/lp/services/webapp/doc/navigation.txt b/lib/lp/services/webapp/doc/navigation.txt
index 94d23ca..b3bb7e9 100644
--- a/lib/lp/services/webapp/doc/navigation.txt
+++ b/lib/lp/services/webapp/doc/navigation.txt
@@ -2,8 +2,8 @@ Navigation components
 =====================
 
 You use navigation components to specify how objects get traversed and
-what their canonical url looks like, .  These are defined in
-`canonical/launchpad/browser/`, alongside the view classes.
+what their canonical URL looks like.
+These are defined in the `browser` packages alongside the view classes.
 
 To define a navigation component, write a class that derives from
 lp.services.webapp.Navigation.