diff --git a/pages/14.upgrading/02.migrating-from-35/docs.md b/pages/14.upgrading/02.migrating-from-35/docs.md index 3e429bbb..43400169 100644 --- a/pages/14.upgrading/02.migrating-from-35/docs.md +++ b/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. diff --git a/themes/site/site.yaml b/themes/site/site.yaml index d15632b2..0541ce9f 100644 --- a/themes/site/site.yaml +++ b/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/