Browse Source

fix more links

alexweissman 8 years ago
parent
commit
08f6165dc6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/14.upgrading/02.migrating-from-35/docs.md
  2. 2 2
      themes/site/site.yaml

+ 1 - 1
pages/14.upgrading/02.migrating-from-35/docs.md

@@ -315,7 +315,7 @@ In previous versions of Select2, the default messages provided to users could be
 
 ### Declaring options using `data-*` attributes
 
-In the past, Select2 has only supported declaring a subset of options using `data-*` attributes. Select2 now supports declaring all options using the attributes, using [the format specified in the documentation](/configuration/initializing/data-attributes).
+In the past, Select2 has only supported declaring a subset of options using `data-*` attributes. Select2 now supports declaring all options using the attributes, using [the format specified in the documentation](/configuration/data-attributes).
 
 You could previously declare the URL that was used for AJAX requests using the `data-ajax-url` attribute. While Select2 still allows for this, the new attribute that should be used is the `data-ajax--url` attribute. Support for the old attribute will be removed in Select2 4.1.
 

+ 2 - 2
themes/site/site.yaml

@@ -8,5 +8,5 @@ streams:
          - user/themes/learn2
 github:
     position: top                                   # top | bottom | off
-    tree: https://github.com/userfrosting/learn/blob/develop/
-    commits: https://github.com/userfrosting/learn/commits/develop/
+    tree: https://github.com/select2/docs/blob/develop/
+    commits: https://github.com/select2/docs/commits/develop/