Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes for landing page #290

Merged
merged 2 commits into from
Dec 7, 2024
Merged

Minor fixes for landing page #290

merged 2 commits into from
Dec 7, 2024

Conversation

tyler-romero
Copy link
Member

@tyler-romero tyler-romero commented Dec 6, 2024

Fix API "Learn More" button, fix mailto: tag, add autoupdating copyright.

Copy link
Collaborator

@brandon-groundlight brandon-groundlight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the address for the api-reference docs is right?

@@ -167,7 +167,7 @@ print(image_query)`;
<div className={baseStyles.integrationcompatibilityitem}>
<h3 className={baseStyles.title}>API</h3>
<p>API to let you access your models in the cloud - no need to run your own models or hardware.</p>
<a href="/python-sdk/docs/getting-started " className={`${baseStyles.cmnButton} ${baseStyles.outline}`}>Learn More</a>
<a href="/python-sdk/docs/api-reference-docs" className={`${baseStyles.cmnButton} ${baseStyles.outline}`}>Learn More</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, is this right? Is it not /python-sdk/apireference-docs (without docs)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops! Fixed

Copy link
Collaborator

@brandon-groundlight brandon-groundlight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tyler-romero tyler-romero merged commit d82ea4e into main Dec 7, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants