Skip to content

Commit

Permalink
fixes / adding links
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 16, 2024
1 parent 660d93f commit 5bb9901
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm i react-native-worklets-core
cd ios && pod install
```

..and get started by [loading your model](https://docs.go.here)!
..and get started by [loading your model](https://margelo.github.io/react-native-filament/docs/guides)!

### Example

Expand Down
4 changes: 4 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ const config: Config = {
label: 'GitHub',
href: 'https://github.com/margelo/react-native-filament',
},
{
label: 'Margelo',
href: 'https://margelo.com',
}
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [
imgUr: "img/gpu.png",
description: (
<>
Filament taps directly into your mobiles GPU by using Metal on iOS or OpenGL or Vulkan on Android.
Filament taps directly into your mobiles GPU by using Metal on iOS or OpenGL/Vulkan on Android.
</>
),
},
Expand Down

0 comments on commit 5bb9901

Please sign in to comment.