Skip to content

Commit

Permalink
cartabinaria rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Oct 25, 2024
1 parent 8c775b5 commit 9916209
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

`unibo` (Unibo Go) è un involucro per le API di [unibo.it](https://unibo.it).
Visita [la relativa pagina della
wiki](https://csunibo.github.io/wiki/progetti-ausiliari/unibo-go/index.html) per
wiki](https://cartabinaria.github.io/wiki/progetti-ausiliari/unibo-go/index.html) per
ulteriori informazioni.
4 changes: 2 additions & 2 deletions degree/degree.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package degree

import (
"github.com/csunibo/unibo-go/curriculum"
"github.com/csunibo/unibo-go/timetable"
"github.com/cartabinaria/unibo-go/curriculum"
"github.com/cartabinaria/unibo-go/timetable"
)

// Degree represents a degree course.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/csunibo/unibo-go
module github.com/cartabinaria/unibo-go

go 1.20
2 changes: 1 addition & 1 deletion opendata/degrees.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"strconv"

"github.com/csunibo/unibo-go/degree"
"github.com/cartabinaria/unibo-go/degree"
)

const (
Expand Down

0 comments on commit 9916209

Please sign in to comment.