trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.67k stars 70 forks source link

typo in routes jsdoc generation #283

Open nogtini opened 7 years ago

nogtini commented 7 years ago

Issue Description

/**
 * Routes Configuration
 * (trails.config.routes)
 *
 * Configure how routes map to views and controllers.
 *
 * @see http://trailsjs.io/doc/config/routes.js
 */

/routes.js should just be /routes

Environment

tjwebb commented 7 years ago

Good catch. Mind send over a PR?

nogtini commented 7 years ago

Sure, which repo should I be digging around in? Looked inside of generator, but no luck.

andersea commented 7 years ago

This link is in several of files spread across multiple repos in the org.

Search link.

tjwebb commented 7 years ago

These files are in the archetype: https://github.com/trailsjs/trails/tree/master/archetype.