Skip to content

Commit

Permalink
feat: update download link for cv.pdf on the website
Browse files Browse the repository at this point in the history
- Changed the download link for the cv.pdf file to point to the latest version of the file.
  • Loading branch information
mau-me committed May 29, 2024
1 parent a948d66 commit ba0c313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ url = "about/"
[[languages.en.menu.main]]
name = "Resume"
weight = 4
url = "https://raw.githubusercontent.com/mau-me/maume_curriculo/808f5e8d12ca78e6edf715efefaeeba35c0f9813/cv.pdf"
url = "https://github.com/mau-me/maume_curriculo/raw/main/cv.pdf"

[[languages.en.menu.main]]
name = "Contact"
Expand Down Expand Up @@ -207,7 +207,7 @@ url = "about/"
[[languages.pt-br.menu.main]]
name = "Currículo"
weight = 4
url = "https://raw.githubusercontent.com/mau-me/maume_curriculo/808f5e8d12ca78e6edf715efefaeeba35c0f9813/cv.pdf"
url = "https://github.com/mau-me/maume_curriculo/raw/main/cv.pdf"

[[languages.pt-br.menu.main]]
name = "Contato"
Expand Down

0 comments on commit ba0c313

Please sign in to comment.