diff --git a/backend/resources/app/onboarding.edn b/backend/resources/app/onboarding.edn index 07a11859d..43a701f24 100644 --- a/backend/resources/app/onboarding.edn +++ b/backend/resources/app/onboarding.edn @@ -1,42 +1,42 @@ [{:id "wireframing-kit" :name "Wireframe library" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/wireframing-kit.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/wireframing-kit.penpot"} {:id "prototype-examples" :name "Prototype template" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/prototype-examples.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/prototype-examples.penpot"} {:id "plants-app" :name "UI mockup example" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Plants-app.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Plants-app.penpot"} {:id "penpot-design-system" :name "Design system example" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Penpot-Design-system.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Penpot-Design-system.penpot"} {:id "tutorial-for-beginners" :name "Tutorial for beginners" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/tutorial-for-beginners.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/tutorial-for-beginners.penpot"} {:id "lucide-icons" :name "Lucide Icons" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Lucide-icons.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Lucide-icons.penpot"} {:id "font-awesome" :name "Font Awesome" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Font-Awesome.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Font-Awesome.penpot"} {:id "black-white-mobile-templates" :name "Black & White Mobile Templates" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Black-White-Mobile-Templates.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Black-White-Mobile-Templates.penpot"} {:id "avataaars" :name "Avataaars" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Avataaars-by-Pablo-Stanley.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Avataaars-by-Pablo-Stanley.penpot"} {:id "ux-notes" :name "UX Notes" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/UX-Notes.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/UX-Notes.penpot"} {:id "whiteboarding-kit" :name "Whiteboarding Kit" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Whiteboarding-mapping-kit.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Whiteboarding-mapping-kit.penpot"} {:id "open-color-scheme" :name "Open Color Scheme" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Open-Color-Scheme.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Open-Color-Scheme.penpot"} {:id "flex-layout-playground" :name "Flex Layout Playground" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/Flex-Layout-Playground.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Flex-Layout-Playground.penpot"} {:id "welcome" :name "Welcome" - :file-uri "https://github.com/penpot/penpot-files/raw/binary-files/welcome.penpot"}] + :file-uri "https://github.com/penpot/penpot-files/raw/main/welcome.penpot"}]