Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3d948c1

Browse files
committed
docs(api): issue links should refer to Dart repo
1 parent 6e1dfe1 commit 3d948c1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

public/_includes/_util-fns.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
//- Location of sample code
3939
- var _liveLink = 'live link';
4040
- var _ngRepoURL = 'https://github.com/angular/angular';
41+
- var _ngDocRepoURL = 'https://github.com/angular/angular.io';
4142

4243
//- NgModule related
4344
- var _AppModuleVsAppComp = 'AppModule'

public/docs/dart/latest/_util-fns.jade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ include ../../../_includes/_util-fns
2020
- var _indexHtmlDir = 'web';
2121
- var _mainDir = 'web';
2222
- var _ngRepoURL = 'https://github.com/dart-lang/angular2';
23+
//- Don't override this value quite yet:
24+
//- var _ngDocRepoURL = 'https://github.com/dart-lang/site-webdev';
2325
2426
//- NgModule related
2527
- var _AppModuleVsAppComp = 'AppComponent'
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
include ../_util-fns
2+
13
:marked
24
> **Known issues:** The angular.io issue tracker contains [all known
35
issues][api-issues]; if you notice others, please [report
46
them][new-issue]. Thanks!
57

6-
[new-issue]: https://github.com/angular/angular.io/issues/new?labels=dart,api&title=%5BDart%5D%5BAPI%5D%20
7-
[api-issues]: https://github.com/angular/angular.io/issues?q=label%3Aapi+label%3Adart
8+
[new-issue]: !{_ngRepoURL}/issues/new?title=%5BAPI%20docs%5D
9+
[api-issues]: !{_ngRepoURL}/issues
10+
//- ?q=label%3Aapi
811
912
api-list(src="api-list.json" lang="dart")

public/docs/ts/latest/guide/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ table(width="100%")
104104

105105
## We welcome feedback!
106106

107-
- Use the [angular.io Github repo](https://github.com/angular/angular.io) for **documentation** issues and pull requests.
107+
- Use the [site Github repo](!{_ngDocRepoURL}) for **documentation** issues and pull requests.
108108
- Use the [Angular Github repo](!{_ngRepoURL}) to report issues with **Angular** itself.

0 commit comments

Comments
 (0)