From c6e813f98eac0b9a821e585238127ba05b1a1b8a Mon Sep 17 00:00:00 2001 From: icebaker <icebaker@proton.me> Date: Thu, 25 May 2023 20:52:35 -0300 Subject: [PATCH] domains --- README.md | 9 +++++---- docs/README.md | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ef0a98..a3cff36 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ _Image artificially created by Midjourney through a prompt generated by a Nano B **Nano Bots** is an open specification that can be implemented in any programming language. It specifies a configuration file with human-readable instructions for creating small and specialized AI-powered bots that can be effortlessly shared as a single, lightweight file. -- [Full Specification](https://icebaker.github.io/nano-bots) +- [Full Specification](https://spec.nbots.io) - [Implementations](#implementations) - [Projects](#projects) - [Example](#example) @@ -14,12 +14,13 @@ _Image artificially created by Midjourney through a prompt generated by a Nano B Implementations of this specification: -- Ruby: https://github.com/icebaker/ruby-nano-bots +- [Nano Bots CLI (Ruby)](https://github.com/icebaker/ruby-nano-bots) ### Projects -- [Nano Bots Live Editor](https://carecenter.nanobots.icebaker.me) +- [Nano Bots Clinic (Live Editor)](https://clinic.nbots.io) - [Nano Bots API](https://github.com/icebaker/nano-bots-api) + - [Public API](https://api.nbots.io) - [Nano Bots for Sublime Text](https://github.com/icebaker/sublime-nano-bots) - [Nano Bots for Visual Studio Code](https://github.com/icebaker/vscode-nano-bots) @@ -91,4 +92,4 @@ well. How can I assist you? 🤖> | ``` -Check out the full specification for Nano Bots: https://icebaker.github.io/nano-bots +Check out the full specification for Nano Bots: https://spec.nbots.io diff --git a/docs/README.md b/docs/README.md index 62ed07c..744fa0d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -99,12 +99,13 @@ Nano Bot = (cartridge.yml + implementation + provider) Implementations of this specification: -- Ruby: https://github.com/icebaker/ruby-nano-bots +- [Nano Bots CLI (Ruby)](https://github.com/icebaker/ruby-nano-bots) ### Projects -- [Nano Bots Live Editor](https://carecenter.nanobots.icebaker.me) +- [Nano Bots Clinic (Live Editor)](https://clinic.nbots.io) - [Nano Bots API](https://github.com/icebaker/nano-bots-api) + - [Public API](https://api.nbots.io) - [Nano Bots for Sublime Text](https://github.com/icebaker/sublime-nano-bots) - [Nano Bots for Visual Studio Code](https://github.com/icebaker/vscode-nano-bots)