Skip to content

Commit

Permalink
updated s3 paths to point to neosync folder (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Dec 21, 2023
1 parent 5c792ab commit 19f6738
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<p align="center">
<img alt="neosyncbanner" src="https://assets.nucleuscloud.com/neosync/readme_header_new_logo.png">
<!-- <img alt="neosyncbanner" src="https://assets.nucleuscloud.com/neosync/neosync_readme_banner.svg"> -->
<img alt="neosyncbanner" src="https://assets.nucleuscloud.com/neosync/docs/readme_header_new_logo.png">
</p>

<p align="center" style="font-size: 24px">
Expand Down Expand Up @@ -36,7 +35,7 @@ Neosync is a developer-first way to create anonymized, secure test data and sync

## Introduction

![neosync-data-flow](https://assets.nucleuscloud.com/neosync/readmeheader.svg)
![neosync-data-flow](https://assets.nucleuscloud.com/neosync/docs/readmeheader.svg)

[Neosync](https://neosync.dev) is an open source platform that connects to a snapshot of your production database and allows teams to either generate synthetic data from their production schema or anonymize production-data and sync it across all of their environments for high-quality local, stage and CI testing.

Expand All @@ -46,7 +45,6 @@ Our mission is to help developers build better, more resilient applications whil
2. A platform that can anonymize sensitive data or automatically generate synthetic data from a schema and sync that across all environments
3. An open source approach that allows you to keep your most sensitive data in your infrastructure


## Table of Contents

- [Features](#features)
Expand All @@ -69,7 +67,6 @@ Our mission is to help developers build better, more resilient applications whil
- Define custom transformers
- Pre-built integrations with Postgres, Mysql, S3


## Getting started

You can also check out our [Docs](https://docs.neosync.dev) for more guides including a production-ready guide. Note: these are still a work in progress.
Expand Down
6 changes: 3 additions & 3 deletions cli/internal/cmds/neosync/login/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
<!DOCTYPE html>
<head>
<title>{{ .Title }}</title>
<link rel="icon" type="image/png" href="https://assets.nucleuscloud.com/favicon_transparent.ico" />
<link rel="icon" type="image/png" href="https://assets.nucleuscloud.com/neosync/newbrand/favicon_transparent.ico" />
<style>
body {
background-color: #101010;
Expand Down Expand Up @@ -97,7 +97,7 @@ const (
<p>You may now close this window and return to your terminal.</p>
</div>
<div>
<img class='logo' src="https://assets.nucleuscloud.com/cliImage.png">
<img class='logo' src="https://assets.nucleuscloud.com/neosync/app/cliImage.png">
</div>
`

Expand All @@ -109,7 +109,7 @@ const (
<p class="error-text">Error Description: {{ .ErrorDescription }}</p>
</div>
<div>
<img class='logo' src="https://assets.nucleuscloud.com/angryDarth.jpg">
<img class='logo' src="https://assets.nucleuscloud.com/neosync/app/angryDarth.jpg">
</div>
`
)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/CustomComponents/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import React from 'react';

export const HeroImage = () => (
<div className="heroImage">
<img src="https://assets.nucleuscloud.com/neosync/readmeheader.svg" />
<img src="https://assets.nucleuscloud.com/neosync/docs/readmeheader.svg" />
</div>
);

0 comments on commit 19f6738

Please sign in to comment.