Add upgrading selectors section to package upgrade guide

This commit is contained in:
Ben Ogle
2015-01-05 17:41:12 -08:00
parent 0ea2a9dc9c
commit 13fa424ed5

View File

@@ -549,6 +549,10 @@ atom.workspaceView.command 'core:close core:cancel', ->
'core:cancel': ->
```
## Upgrading your stylesheet's selectors
See [Upgrading Your Package Selectors guide][upgrading-selectors] for more information.
[texteditorview]:https://github.com/atom/atom-space-pen-views#texteditorview
[scrollview]:https://github.com/atom/atom-space-pen-views#scrollview
[selectlistview]:https://github.com/atom/atom-space-pen-views#selectlistview
@@ -556,3 +560,4 @@ atom.workspaceView.command 'core:close core:cancel', ->
[emitter]:https://atom.io/docs/api/latest/Emitter
[disposable]:https://atom.io/docs/api/latest/Disposable
[commands-add]:https://atom.io/docs/api/latest/CommandRegistry#instance-add
[upgrading-selectors]:upgrading-your-ui-theme