Skip to content

Commit

Permalink
doc: Fix formulae links
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Mar 10, 2024
1 parent c115f6f commit 41a8bca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can directly type `brew install cdalvaro/tap/<formula>` to install the speci
### `catboost-cli`

[![Badge](https://img.shields.io/badge/catboost-catboost-grey?logo=github&color=181717)](https://github.com/catboost/catboost)
[![Badge](https://img.shields.io/badge/Formula-catboost--cli-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/catboost-cli.rb)
[![Badge](https://img.shields.io/badge/Formula-catboost--cli-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/catboost-cli.rb)

Fast, scalable, high performance Gradient Boosting on Decision Trees cli tool.

Expand All @@ -53,7 +53,7 @@ This formula is not available in homebrew-core repository because it does not me
### `cpp-jwt`

[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt)
[![Badge](https://img.shields.io/badge/Formula-cpp--jwt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-jwt.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--jwt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-jwt.rb)

JSON Web Token library for C++.

Expand All @@ -66,7 +66,7 @@ This is a header only C++ library, so it is not available in homebrew-core. But,
### `cpp-plotly`

[![Badge](https://img.shields.io/badge/pablrod-cppplotly-grey?logo=github&color=181717)](https://github.com/pablrod/cppplotly)
[![Badge](https://img.shields.io/badge/Formula-cpp--plotly-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-plotly.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--plotly-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-plotly.rb)

Generate html/javascript charts from C++ data using javascript library plotly.js.

Expand All @@ -79,7 +79,7 @@ This is a header only C++ library, so it is not available in homebrew-core. But,
### `cpp-zmq`

[![Badge](https://img.shields.io/badge/zeromq-cppzmq-grey?logo=github&color=181717)](https://github.com/zeromq/cppzmq)
[![Badge](https://img.shields.io/badge/Formula-cpp--zmq-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-zmq.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--zmq-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-zmq.rb)

Header-only C++ binding for libzmq.

Expand All @@ -92,7 +92,7 @@ This is a header only C++ library, so it is not available in homebrew-core. But,
### `howard-hinnant-date`

[![Badge](https://img.shields.io/badge/HowardHinnant-date-grey?logo=github&color=181717)](https://github.com/HowardHinnant/date)
[![Badge](https://img.shields.io/badge/Formula-howard--hinnant--date-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/howard-hinnant-date.rb)
[![Badge](https://img.shields.io/badge/Formula-howard--hinnant--date-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/howard-hinnant-date.rb)

A date and time library based on the C++11/14/17 \<chrono\> header.

Expand All @@ -105,7 +105,7 @@ This formula [is available](https://github.com/Homebrew/homebrew-core/blob/maste
### `json11`

[![Badge](https://img.shields.io/badge/dropbox-json11-grey?logo=github&color=181717)](https://github.com/dropbox/json11)
[![Badge](https://img.shields.io/badge/Formula-json11-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/json11.rb)
[![Badge](https://img.shields.io/badge/Formula-json11-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/json11.rb)

A tiny JSON library for C++11.

Expand All @@ -118,7 +118,7 @@ This is a header only C++ library and the project was archived on March 2020, so
### `salt`

[![Badge](https://img.shields.io/badge/saltstack-salt-grey?logo=github&color=181717)](https://github.com/saltstack/salt)
[![Badge](https://img.shields.io/badge/Formula-salt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/salt.rb)
[![Badge](https://img.shields.io/badge/Formula-salt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/salt.rb)

Software to automate the management and configuration of any infrastructure or application at scale.

Expand All @@ -131,7 +131,7 @@ Salt now uses a vendored python, so [it was removed](https://github.com/Homebrew
### `simple-web-server`

[![Badge](https://img.shields.io/badge/eidheim-Simple--Web--Server-grey?logo=gitlab&color=FC6D26)](https://gitlab.com/eidheim/Simple-Web-Server)
[![Badge](https://img.shields.io/badge/Formula-simple--web--server-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/simple-web-server.rb)
[![Badge](https://img.shields.io/badge/Formula-simple--web--server-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/simple-web-server.rb)

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio.

Expand All @@ -142,7 +142,7 @@ brew install cdalvaro/tap/simple-web-server
### `wxwidgets`

[![Badge](https://img.shields.io/badge/wxWidgets-wxWidgets-grey?logo=github&color=181717)](https://github.com/wxWidgets/wxWidgets)
[![Badge](https://img.shields.io/badge/Formula-wxwidgets-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/wxwidgets.rb)
[![Badge](https://img.shields.io/badge/Formula-wxwidgets-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/wxwidgets.rb)

Cross-Platform GUI Library.

Expand Down
18 changes: 9 additions & 9 deletions docs/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Puedes introducir directamente `brew install cdalvaro/tap/<formula>` para instal
### `catboost-cli`

[![Badge](https://img.shields.io/badge/catboost-catboost-grey?logo=github&color=181717)](https://github.com/catboost/catboost)
[![Badge](https://img.shields.io/badge/Formula-catboost--cli-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/catboost-cli.rb)
[![Badge](https://img.shields.io/badge/Formula-catboost--cli-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/catboost-cli.rb)

Herramienta de línea de comandos de Gradient Boosting rápida, escalable y de alto rendimiento.

Expand All @@ -53,7 +53,7 @@ Esta fórmula no está disponible en el repositorio homebrew-core porque no cump
### `cpp-jwt`

[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt)
[![Badge](https://img.shields.io/badge/Formula-cpp--jwt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-jwt.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--jwt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-jwt.rb)

Librería de JSON Web Token para C++.

Expand All @@ -66,7 +66,7 @@ Al tratarse de una librería de C++ compuesta únicamente por archivos de cabece
### `cpp-plotly`

[![Badge](https://img.shields.io/badge/pablrod-cppplotly-grey?logo=github&color=181717)](https://github.com/pablrod/cppplotly)
[![Badge](https://img.shields.io/badge/Formula-cpp--plotly-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-plotly.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--plotly-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-plotly.rb)

Librería para generar gráficos html/javascript a partir de datos de C++ utilizando la librería de javascript plotly.js.

Expand All @@ -79,7 +79,7 @@ Al tratarse de una librería de C++ compuesta únicamente por archivos de cabece
### `cpp-zmq`

[![Badge](https://img.shields.io/badge/zeromq-cppzmq-grey?logo=github&color=181717)](https://github.com/zeromq/cppzmq)
[![Badge](https://img.shields.io/badge/Formula-cpp--zmq-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/cpp-zmq.rb)
[![Badge](https://img.shields.io/badge/Formula-cpp--zmq-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/cpp-zmq.rb)

Librería para C++ compuesta únicamente por archivos de cabecera para la librería libzmq.

Expand All @@ -92,7 +92,7 @@ Al tratarse de una librería de C++ compuesta únicamente por archivos de cabece
### `howard-hinnant-date`

[![Badge](https://img.shields.io/badge/HowardHinnant-date-grey?logo=github&color=181717)](https://github.com/HowardHinnant/date)
[![Badge](https://img.shields.io/badge/Formula-howard--hinnant--date-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/howard-hinnant-date.rb)
[![Badge](https://img.shields.io/badge/Formula-howard--hinnant--date-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/howard-hinnant-date.rb)

Librería de fechas y horas basada en la cabecera \<chrono\> de C++11/14/17.

Expand All @@ -105,7 +105,7 @@ Esta fórmula [está disponible](https://github.com/Homebrew/homebrew-core/blob/
### `json11`

[![Badge](https://img.shields.io/badge/dropbox-json11-grey?logo=github&color=181717)](https://github.com/dropbox/json11)
[![Badge](https://img.shields.io/badge/Formula-json11-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/json11.rb)
[![Badge](https://img.shields.io/badge/Formula-json11-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/json11.rb)

Librería para C++11 de JSON.

Expand All @@ -118,7 +118,7 @@ Se trata de una librería compuesta únicamente por archivos de cabecera y adem
### `salt`

[![Badge](https://img.shields.io/badge/saltstack-salt-grey?logo=github&color=181717)](https://github.com/saltstack/salt)
[![Badge](https://img.shields.io/badge/Formula-salt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/salt.rb)
[![Badge](https://img.shields.io/badge/Formula-salt-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/salt.rb)

Software para automatizar la gestión y configuración de cualquier infraestructura o aplicación a escala.

Expand All @@ -131,7 +131,7 @@ Salt usa su propia versión de python, por lo que [fue eliminado](https://github
### `simple-web-server`

[![Badge](https://img.shields.io/badge/eidheim-Simple--Web--Server-grey?logo=gitlab&color=FC6D26)](https://gitlab.com/eidheim/Simple-Web-Server)
[![Badge](https://img.shields.io/badge/Formula-simple--web--server-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/simple-web-server.rb)
[![Badge](https://img.shields.io/badge/Formula-simple--web--server-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/simple-web-server.rb)

Servidor y cliente HTTP y HTTPS muy simple, rápido, multihilo e independiente de la plataforma, implementado en C++11 y Boost.Asio.

Expand All @@ -142,7 +142,7 @@ brew install cdalvaro/tap/simple-web-server
### `wxwidgets`

[![Badge](https://img.shields.io/badge/wxWidgets-wxWidgets-grey?logo=github&color=181717)](https://github.com/wxWidgets/wxWidgets)
[![Badge](https://img.shields.io/badge/Formula-wxwidgets-grey?logo=ruby&color=FBB040&logoColor=CC342D)](Formula/wxwidgets.rb)
[![Badge](https://img.shields.io/badge/Formula-wxwidgets-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/wxwidgets.rb)

Librería de GUI multiplataforma.

Expand Down

0 comments on commit 41a8bca

Please sign in to comment.