Skip to content

Commit d84acaa

Browse files
Update GitHub org (#865)
1 parent 0427199 commit d84acaa

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All release notes are available on [GitHub](https://github.com/TinderApp/Nodes/releases).
3+
All release notes are available on [GitHub](https://github.com/Tinder/Nodes/releases).
44

55
Alternatively, use `git log <from-tag>...<to-tag>` to view changes locally.
66

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ make delete-snapshots
3939

4040
## Creating Releases
4141

42-
Releases are made [on the GitHub website](https://github.com/TinderApp/Nodes/releases/new).
42+
Releases are made [on the GitHub website](https://github.com/Tinder/Nodes/releases/new).
4343

4444
In all of the following steps, `X.X.X` is a placeholder to be substituted with the actual semantic version for the release.
4545

Customization/Configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specify a path to a custom config file by providing the `--config` option when e
1212

1313
<br>
1414

15-
If utilizing the [quick start project setup](https://github.com/TinderApp/Nodes#quick-start), the path can be set in the `project.yml` file:
15+
If utilizing the [quick start project setup](https://github.com/Tinder/Nodes#quick-start), the path can be set in the `project.yml` file:
1616

1717
```
1818
swift run --skip-build -- nodes-xcode-templates-gen --id "Custom" --config "nodes.yml"

Customization/RxSwift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specify a path to a custom config file by providing the `--config` option when e
1212

1313
<br>
1414

15-
If utilizing the [quick start project setup](https://github.com/TinderApp/Nodes#quick-start), the path can be set in the `project.yml` file:
15+
If utilizing the [quick start project setup](https://github.com/Tinder/Nodes#quick-start), the path can be set in the `project.yml` file:
1616

1717
```
1818
swift run --skip-build -- nodes-xcode-templates-gen --id "RxSwift" --config "nodes.yml"

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<div align="center">
22

3-
[![Lint](https://github.com/TinderApp/Nodes/actions/workflows/lint.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/lint.yml)
3+
[![Lint](https://github.com/Tinder/Nodes/actions/workflows/lint.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/lint.yml)
44
&nbsp;
5-
[![Swift](https://github.com/TinderApp/Nodes/actions/workflows/swift.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/swift.yml)
5+
[![Swift](https://github.com/Tinder/Nodes/actions/workflows/swift.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/swift.yml)
66
&nbsp;
7-
[![Xcode](https://github.com/TinderApp/Nodes/actions/workflows/xcode.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/xcode.yml)
7+
[![Xcode](https://github.com/Tinder/Nodes/actions/workflows/xcode.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/xcode.yml)
88
&nbsp;
9-
[![DocC](https://github.com/TinderApp/Nodes/actions/workflows/docc.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/docc.yml)
9+
[![DocC](https://github.com/Tinder/Nodes/actions/workflows/docc.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/docc.yml)
1010
&nbsp;
11-
[![Genesis](https://github.com/TinderApp/Nodes/actions/workflows/genesis.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/genesis.yml)
11+
[![Genesis](https://github.com/Tinder/Nodes/actions/workflows/genesis.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/genesis.yml)
1212

13-
[![Pages](https://github.com/TinderApp/Nodes/actions/workflows/pages.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/pages.yml)
13+
[![Pages](https://github.com/Tinder/Nodes/actions/workflows/pages.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/pages.yml)
1414
&nbsp;
15-
[![Artifactory](https://github.com/TinderApp/Nodes/actions/workflows/artifactory.yml/badge.svg?event=push)](https://github.com/TinderApp/Nodes/actions/workflows/artifactory.yml)
15+
[![Artifactory](https://github.com/Tinder/Nodes/actions/workflows/artifactory.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/artifactory.yml)
1616

1717
<img src="Nodes.png" />
1818

@@ -73,7 +73,7 @@ To install Nodes' Xcode templates manually, first add Nodes as a dependency to a
7373
> Replace `<version>` in the command with the latest Nodes version.
7474
7575
```
76-
.package(url: "[email protected]:TinderApp/Nodes.git", from: "<version>")
76+
.package(url: "[email protected]:Tinder/Nodes.git", from: "<version>")
7777
```
7878

7979
Then run the following shell command:
@@ -90,7 +90,7 @@ The Xcode templates will be installed to the following location to be made avail
9090

9191
## Documentation
9292

93-
Documentation is available online at: [https://TinderApp.github.io/Nodes](https://TinderApp.github.io/Nodes)
93+
Documentation is available online at: [https://Tinder.github.io/Nodes](https://Tinder.github.io/Nodes)
9494

9595
> TIP: After completing the [Quick Start](#quick-start) setup (below), documentation is viewable in Xcode by selecting `Build Documentation` from the `Product` menu.
9696
@@ -116,7 +116,7 @@ This step may be skipped if the Nodes repository was previously cloned.
116116
> Replace `<version>` in the command with the latest Nodes version.
117117
118118
```
119-
git clone -b <version> [email protected]:TinderApp/Nodes.git
119+
git clone -b <version> [email protected]:Tinder/Nodes.git
120120
```
121121

122122
### Create Project Directory
@@ -186,4 +186,4 @@ While Nodes works out-of-the-box with [Combine](https://developer.apple.com/docu
186186

187187
## Extras
188188

189-
The [Nodes Tree Visualizer](https://github.com/TinderApp/Nodes-Tree-Visualizer) is a Swift library and companion web application for tree visualization.
189+
The [Nodes Tree Visualizer](https://github.com/Tinder/Nodes-Tree-Visualizer) is a Swift library and companion web application for tree visualization.

docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Nodes Documentation</title>
5-
<meta http-equiv="refresh" content="0; url=https://TinderApp.github.io/Nodes/documentation/nodes" />
5+
<meta http-equiv="refresh" content="0; url=https://Tinder.github.io/Nodes/documentation/nodes" />
66
</head>
77
<body>
88
</body>

genesis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ files:
891891
{% if path|replace:' ','' %}
892892
path: "{{ path }}"),
893893
{% else %}
894-
url: "[email protected]:TinderApp/Nodes.git",
894+
url: "[email protected]:Tinder/Nodes.git",
895895
exact: "{{ nodes }}"),
896896
{% endif %}
897897
.package(
@@ -1008,7 +1008,7 @@ files:
10081008
{% if path|replace:' ','' %}
10091009
path: {{ path }}
10101010
{% else %}
1011-
url: [email protected]:TinderApp/Nodes.git
1011+
url: [email protected]:Tinder/Nodes.git
10121012
version: {{ nodes }}
10131013
{% endif %}
10141014
NeedleFoundation:

0 commit comments

Comments
 (0)