Skip to content

Commit

Permalink
Update: Add build instructions link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeloop committed Dec 4, 2024
1 parent fd0995a commit 2be2c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ En posteriores versiones se añadirá las siguientes funcionalidades:
## Intrucciones
- Revisa los requisitos para desplegar un cluster de Kubernetes con KinD, Istio y una configuración mínima para el DNS del cluster [Requisitos previos](docs/REQUISITES.md)
- Aquí encontrarás algunos ejemplo con el comando Curl para hacer peticiones al API [Instrucciones de uso del API](docs/USAGE.md)
- Para compilar el programa seguir las [instrucciones](docs/BUILD.md)
2 changes: 1 addition & 1 deletion handlers/fabricHelperHandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os/exec"
"strings"

"github.com/coffeloop/codecrypto-academy/models"
"github.com/codecrypto-academy/pfm-web3-nov24-4/models"
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
)
Expand Down
2 changes: 1 addition & 1 deletion handlers/fabricOrdererHandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os/exec"
"strconv"

"github.com/coffeloop/codecrypto-academy/models"
"github.com/codecrypto-academy/pfm-web3-nov24-4/models"
"github.com/gin-gonic/gin"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 2be2c99

Please sign in to comment.