Skip to content

Commit d230e0e

Browse files
author
David Reed
committed
Update org
1 parent cd2f1c3 commit d230e0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-development/Ultraviolet-Static/main/public/uv.png" height="200"></p>
1+
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png" height="200"></p>
22

33
<h1 align="center">Ultraviolet</h1>
44

@@ -10,38 +10,38 @@ See the [changelog](./CHANGELOG.md) if you're using v1.0.1 or above!
1010

1111
## Documentation
1212

13-
Documentation can be found in the [wiki](https://github.com/titaniumnetwork-development/Ultraviolet/wiki).
13+
Documentation can be found in the [wiki](https://github.com/titaniumnetwork-dev/Ultraviolet/wiki).
1414

1515
## How do I deploy/run this?
1616

1717
This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile `uv.` scripts.
1818

19-
See [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node) for easy instructions to deploy an Ultraviolet website.
19+
See [Ultraviolet-Node](https://github.com/titaniumnetwork-dev/Ultraviolet-Node) for easy instructions to deploy an Ultraviolet website.
2020

21-
An example of REALLY using this (API, copying files, etc) is in [Ultraviolet-Static](https://github.com/titaniumnetwork-development/Ultraviolet-Static). See [scripts/build.js](https://github.com/titaniumnetwork-development/Ultraviolet-Static/blob/main/scripts/build.js).
21+
An example of REALLY using this (API, copying files, etc) is in [Ultraviolet-Static](https://github.com/titaniumnetwork-dev/Ultraviolet-Static). See [scripts/build.js](https://github.com/titaniumnetwork-dev/Ultraviolet-Static/blob/main/scripts/build.js).
2222

2323
## I don't care about building, where are the scripts for my website?!
2424

25-
You can extract the scripts from the NPM package in the [releases section](https://github.com/titaniumnetwork-development/Ultraviolet/releases). All the scripts you would typically look for (`uv.bundle.js`, `uv.handler.js`, `uv.sw.js`, and `uv.config.js`) are found within the `dist` directory.
25+
You can extract the scripts from the NPM package in the [releases section](https://github.com/titaniumnetwork-dev/Ultraviolet/releases). All the scripts you would typically look for (`uv.bundle.js`, `uv.handler.js`, `uv.sw.js`, and `uv.config.js`) are found within the `dist` directory.
2626

2727
If you cannot open the tar.gz (Chrome OS?), use a [converter](https://cloudconvert.com/tar.gz-to-zip). We can only do so much to make the scripts accessible.
2828

2929
## How do I install this?
3030

3131
> This will provide built files and the JS API to access the path of dist files.
3232
33-
Currently, we don't have an NPM package. As a current solution, you can install from a [GitHub release](https://github.com/titaniumnetwork-development/Ultraviolet/releases). Copy the link to the `.tgz` and install using NPM.
33+
Currently, we don't have an NPM package. As a current solution, you can install from a [GitHub release](https://github.com/titaniumnetwork-dev/Ultraviolet/releases). Copy the link to the `.tgz` and install using NPM.
3434

3535
```sh
36-
$ npm install https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz
36+
$ npm install https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz
3737
```
3838

3939
## How do I build this?
4040

4141
1. Clone the repository
4242

4343
```sh
44-
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet.git
44+
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet.git
4545
> Cloning into Ultraviolet...
4646
$ cd Ultraviolet
4747
```

0 commit comments

Comments
 (0)