Skip to content

Commit 92683eb

Browse files
committed
chore(CI): update src paths
1 parent 06bf679 commit 92683eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/demos/index.template.dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'@angular/platform-browser': '/node_modules/@angular/platform-browser/platform-browser.umd.js',
2424
'@angular/platform-browser-dynamic': '/node_modules/@angular/platform-browser-dynamic/platform-browser-dynamic.umd.js',
2525
'@angular/router': '/node_modules/@angular/router/router.umd.js',
26-
'ionic-angular': '/ionic'
26+
'ionic-angular': '/src'
2727
},
2828
packages: {
2929
'ionic-angular': {

scripts/docs/gulp-tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = function(gulp, flags) {
8686
}));
8787
callback();
8888
}).on('end', function() {
89-
gutil.log("Writing to file at", gutil.colors.cyan("/driftyco/ionic2/" + outputFile));
89+
gutil.log("Writing to file at", gutil.colors.cyan("/driftyco/ionic/" + outputFile));
9090
gutil.log("Place this file in", gutil.colors.cyan("/driftyco/ionic-site/" + config.v2DocsDir + "/theming/overriding-ionic-variables/"), "in order to update the docs");
9191
mkdirp.sync('tmp');
9292
fs.writeFileSync(outputFile, JSON.stringify(variables));

scripts/docs/templates/common.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<@- endmacro -@>
5454

5555
<@ macro githubViewLink(doc) -@>
56-
<a href="https://github.com/<$ versionInfo.gitRepoInfo.owner $>/<$ versionInfo.gitRepoInfo.repo $>/tree/master/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line+1 $>-L<$ doc.location.end.line+1 $>"><$ doc.fileInfo.relativePath $> (line <$ doc.location.start.line+1 $>)</a>
56+
<a href="https://github.com/<$ versionInfo.gitRepoInfo.owner $>/<$ versionInfo.gitRepoInfo.repo $>/tree/2.0/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line+1 $>-L<$ doc.location.end.line+1 $>"><$ doc.fileInfo.relativePath $> (line <$ doc.location.start.line+1 $>)</a>
5757
<@- endmacro -@>
5858

5959
<@ macro paramTable(params, isDirective) -@>

0 commit comments

Comments
 (0)