fix(docs): update link paths in annotations#2475
fix(docs): update link paths in annotations#2475jeffbcross wants to merge 1 commit intoangular:masterfrom
Conversation
|
@petebacondarwin mind taking a look (small change)? |
Partial fix to angular#2452
17bf567 to
5d9363d
Compare
|
@petebacondarwin I updated the links in annotations to point to local anchors. |
|
I just ran this with etc |
|
@petebacondarwin that's related to the heritage-in-name issue that you fixed. Running against rebased master gets rid of those complaints. |
|
I take that back. With the hash urls pointing to events, I still get dangling link issues. And if I use plain old names like It seems the only combination that doesn't have errors is: /**
* See {@link /angular2/annotations/onChange}, {@link /angular2/annotations/onDestroy}, {@link /angular2/annotations/onCheck},
* {@link /angular2/annotations/onInit}, {@link /angular2/annotations/onAllChangesDone} for details.
**/ |
|
I fixed the |
This helps to ensure that links to exports are not confused with links to members, which was causing some missing link issues. Helps #2475
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Partial fix to #2452