diff --git a/README.md b/README.md index 7a79885e..a9a1f07c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # Ansible Language Server -Documentation for Ansible Language Server can be found at -[als.readthedocs.io](https://als.readthedocs.io/). +🚧 The Ansible Language Server codebase is now included in the Ansible VS Code +Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) +repository. + +The Ansible Language Server README is located +[here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md). + +Documentation for the Ansible Language Server can be found at +[ansible.readthedocs.io/projects/vscode-ansible/als](https://ansible.readthedocs.io/projects/vscode-ansible/als/). diff --git a/docs/README.md b/docs/README.md index 45225b24..8a84384f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,8 +62,8 @@ improve the user experience: - on module options, the required properties are shown first, and aliases are shown last, otherwise ordering from the documentation is preserved - FQCNs (fully qualified collection names) are inserted only when necessary; - collections configured with the [`collections` keyword] are honored. This - behavior can be disabled in extension settings. + collections configured with the [`collections` keyword] are honored. This behavior + can be disabled in extension settings. [`collections` keyword]: https://docs.ansible.com/ansible/latest/collections_guide/collections_using_playbooks.html#simplifying-module-names-with-the-collections-keyword