diff --git a/README.md b/README.md index 3984b98..b088d7a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ category: README layout: post --- +### SUBMIT ISSUES, PULL REQUESTS, and others at the [OFFICIAL REPOSITORY](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) + :space_invader: [![GNUv1.3 License](https://img.shields.io/badge/License-GNU%20v1.3-yellow.svg)](https://opensource.org/licenses/) [![GitHub contributors](https://img.shields.io/github/contributors/decentralizedclimate/docs.svg?style=flat)]() :space_invader: @@ -98,7 +100,7 @@ Remember that the last command is to run the website and verify that the contrib "Verify that there are no issues in Docs Project DCF that address the contribution or problem you wish to collaborate on (as it may have already been started by another user)." -You can check the issues at the following [**link:**](https://github.com/DECENTRALIZEDCLIMATE/docs/issues) +You can check the issues at the following [**link:**](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs/issues) #### :artificial_satellite: "How to create a proposal or an issue:" :artificial_satellite: @@ -147,14 +149,14 @@ It is important to provide all relevant information so that others can understan ### :speech_balloon: How to contribute after creating my issue :speech_balloon: -You must clone the [docs](https://github.com/DECENTRALIZEDCLIMATE/docs) repository to your computer (having the necessary tools and packages to run Jekyll on your computer). +You must clone the [docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) repository to your computer (having the necessary tools and packages to run Jekyll on your computer). >If you don't have what is necessary to run the repository, you can install what is pertinent for [Jekyll](https://jekyllrb.com/docs/) by clicking on the link. When you have the repository perfectly installed and configured, you create, improve or solve your issues and send screenshots in the same issue (as responses to it) where we can see the changes and that it works. ->If you need to access the [Issues](https://github.com/orgs/DECENTRALIZEDCLIMATE/projects/1) section of DCF again, you can click on the link. +>If you need to access the [Issues](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs/issues) section of DCF again, you can click on the link. Send a Pull Request to the Develop branch of DCF docs, filling in the requirements, such as a brief title and comments on what was done. If everything is approved, your issue will be marked as completed and the changes will be added to the project. diff --git a/_includes/gitbook-sharing.json.tpl b/_includes/gitbook-sharing.json.tpl index bd18fd2..6a778d0 100644 --- a/_includes/gitbook-sharing.json.tpl +++ b/_includes/gitbook-sharing.json.tpl @@ -3,7 +3,7 @@ "facebook": false, "google": false, "github": true, - "github_link": "https://github.com/DECENTRALIZEDCLIMATE", + "github_link": "https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs", "telegram": true, "telegram_link": "https://t.me/decentralizedclimate", "instapaper": false, diff --git a/_includes/toc-date.html b/_includes/toc-date.html index a44a46c..f359786 100644 --- a/_includes/toc-date.html +++ b/_includes/toc-date.html @@ -60,7 +60,7 @@
  • - + Fork it Now!
  • diff --git a/_posts/socialserv/2023-02-24-Web3StaticES.md b/_posts/socialserv/2023-02-24-Web3StaticES.md index e3c53f6..286124d 100644 --- a/_posts/socialserv/2023-02-24-Web3StaticES.md +++ b/_posts/socialserv/2023-02-24-Web3StaticES.md @@ -29,16 +29,16 @@ El estudiante deberá copiar la lista de cada subtema a una tarjeta en [nextclou ### Jekyll * Hacer un pomodoro para investigar que es y como funcionan Jamstack y Jekyll. -* Hacer un fork del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) y clonar en tu maquina. +* Hacer un fork del [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) y clonar en tu maquina. * Crear un feature en tu repo clonado en tu maquina. * Iniciar un projecto jekyll siguiendo [el tutorial](https://jekyllrb.com/docs/) [2] y si tienes linux, antes de seguir el tutorial, debe [configurarlo en linux](https://jekyllrb.com/docs/installation/ubuntu/) [6] > Nota: si tienes zsh, en linux, cambiar ~/.bashrc por ~/.zshrc en los comandos de configuracion [6] * Instalar a tu feature el tema [gitdocs](https://github.com/sighingnow/jekyll-gitbook#how-to-get-started) [3] -* Mover los documentos previos [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) a la la carpeta en posts y convertir en el formato jekyll posts con la sección que le corresponde. +* Mover los documentos previos [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) a la la carpeta en posts y convertir en el formato jekyll posts con la sección que le corresponde. * Crear un archivo [.gitignore](https://git-scm.com/docs/gitignore) con los archivos inecesarios y estaticos generados por jekyll. * Hacer un README.md EN INGLES sobre los pasos y requerimientos para llegar a este punto a partir de que se inicio el projecto git. [Ejemplo1](https://gitlab.com/deca-currency/decasearch) , [Ejemplo2](https://gitlab.com/deca-currency/price-mechanism). * Finalizar el feature -* Hacer un pull request a la rama develop del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) +* Hacer un pull request a la rama develop del [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) ### FLEEK e IPFS