Updated docs URL
Browse files
frontend/src/components/InitialForm.tsx
CHANGED
|
@@ -259,7 +259,7 @@ export const InitialForm: React.FC<InitialFormProps> = ({
|
|
| 259 |
icon={<BookIcon fontSize="inherit" />}
|
| 260 |
label="Docs"
|
| 261 |
component="a"
|
| 262 |
-
href="https://facebookresearch.github.io/meta-agents-research-environments/"
|
| 263 |
target="_blank"
|
| 264 |
variant="outlined"
|
| 265 |
clickable
|
|
|
|
| 259 |
icon={<BookIcon fontSize="inherit" />}
|
| 260 |
label="Docs"
|
| 261 |
component="a"
|
| 262 |
+
href="https://facebookresearch.github.io/meta-agents-research-environments/index.html"
|
| 263 |
target="_blank"
|
| 264 |
variant="outlined"
|
| 265 |
clickable
|