From e3d4d07baf43d71bd9e249c35c6e7c45ecc2adb8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 23 Feb 2015 17:49:38 -0800 Subject: [PATCH] :memo: Link to latest docs --- src/scope-descriptor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scope-descriptor.coffee b/src/scope-descriptor.coffee index 73e269de3..5035810d6 100644 --- a/src/scope-descriptor.coffee +++ b/src/scope-descriptor.coffee @@ -15,7 +15,7 @@ # specific position in the buffer. # * {Cursor::getScopeDescriptor} to get a cursor's descriptor based on position. # -# See the [scopes and scope descriptor guide](https://atom.io/docs/v0.138.0/advanced/scopes-and-scope-descriptors) +# See the [scopes and scope descriptor guide](https://atom.io/docs/latest/advanced/scopes-and-scope-descriptors) # for more information. module.exports = class ScopeDescriptor