Skip to content

Commit

Permalink
Merge pull request #14 from PLGuerraDesigns/dev
Browse files Browse the repository at this point in the history
Revised Project Details
  • Loading branch information
PLGuerraDesigns authored Jun 19, 2024
2 parents 7873699 + b354775 commit a3936db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/json/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,11 +636,11 @@
"externalLinks": [
{
"title": "Project report",
"url": "https://github.com/PLGuerraDesigns/portfolio/blob/published/assets/assets/other/f1se_report.pdf"
"url": "https://github.com/PLGuerraDesigns/portfolio/blob/published/assets/assets/docs/f1se_report.pdf"
},
{
"title": "F1 2019 UDP Specification",
"url": "https://forums.codemasters.com/topic/44592-f1-2019-udp-specification/"
"title": "F1 2019 Telemetry Packet Specification",
"url": "https://f1-2019-telemetry.readthedocs.io/en/latest/telemetry-specification.html"
}
],
"tags": [
Expand Down Expand Up @@ -1084,7 +1084,7 @@
"externalLinks": [
{
"title": "Project report",
"url": "https://github.com/PLGuerraDesigns/portfolio/blob/published/assets/assets/other/android_calculator_report.pdf"
"url": "https://github.com/PLGuerraDesigns/portfolio/blob/published/assets/assets/docs/android_calculator_report.pdf"
}
],
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: plg_portfolio
description: Pablo L. Guerra's web-app portfolio powered by Flutter.
publish_to: "none"
version: 2.4.0+43
version: 2.4.0+44

environment:
sdk: ">=3.1.1 <4.0.0"
Expand Down Expand Up @@ -34,6 +34,7 @@ flutter:
uses-material-design: true

assets:
- assets/docs/
- assets/json/
- assets/images/home/
- assets/images/icons/
Expand Down

0 comments on commit a3936db

Please sign in to comment.