Skip to content

Commit

Permalink
Updating links?
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 3, 2024
1 parent 20791fc commit 15b4952
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/src/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ import Gallery from "../components/Gallery.vue";
const beginner = [
{
href: "/basics/read",
href: "read",
src: "images/read.png",
caption: "Read / Load",
desc: "How to read/load a GeoRegion into the workspace."
},
{
href: "/basics/create",
href: "create",
src: "images/create.png",
caption: "Create",
desc: "How to create a user-defined GeoRegion."
},
{
href: "/basics/shape",
href: "shape",
src: "images/shape.png",
caption: "Shape Properties",
desc: "Retrieving the Shape of a GeoRegion"
},
{
href: "/basics/tables",
href: "tables",
src: "images/list.png",
caption: "Tables",
desc: "Listing existing GeoRegions in Table Format"
Expand All @@ -31,13 +31,13 @@ const beginner = [
const predefined = [
{
href: "/basics/predefined/sets",
href: "predefined/sets",
src: "images/sets.png",
caption: "Available Datasets",
desc: "Different Predefined Datasets in GeoRegions.jl"
},
{
href: "/basics/predefined/listall",
href: "predefined/listall",
src: "images/listall.png",
caption: "All Predefined GeoRegions",
desc: "Listing out all predefined GeoRegions in GeoRegions.jl"
Expand Down
12 changes: 6 additions & 6 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ import Gallery from "../components/Gallery.vue";
const using = [
{
href: "/tutorials/using/isin",
href: "using/isin",
src: "images/isin.png",
caption: "Is it In a GeoRegion?",
desc: "Check if a Point/GeoRegion is inside a GeoRegion"
},
{
href: "/tutorials/using/ison",
href: "using/ison",
src: "images/ison.png",
caption: "Is it On a GeoRegion",
desc: "Check if GeoRegion Shapes are Equal"
},
{
href: "/tutorials/isequal",
href: "isequal",
src: "images/isequal.png",
caption: "Equivalence in GeoRegions.jl",
desc: "Retrieving the Shape of a GeoRegion"
Expand All @@ -25,19 +25,19 @@ const using = [
const projects = [
{
href: "/tutorials/projects/setup",
href: "projects/setup",
src: "images/setup.png",
caption: "Available Datasets",
desc: "Different Predefined Datasets in GeoRegions.jl"
},
{
href: "/tutorials/projects/addreadrm",
href: "projects/addreadrm",
src: "images/addreadrm.png",
caption: "All Predefined GeoRegions",
desc: "Listing out all predefined GeoRegions in GeoRegions.jl"
},
{
href: "/tutorials/projects/files",
href: "projects/files",
src: "images/files.png",
caption: "Tables",
desc: "Listing existing GeoRegions in Table Format"
Expand Down

0 comments on commit 15b4952

Please sign in to comment.