Skip to content

Commit 6ae523e

Browse files
committed
Update links to reflect the move to fable-compiler org
1 parent 642b057 commit 6ae523e

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<PackageReference Include="Fable.Compiler"/>
1818
</ItemGroup>
1919
<PropertyGroup>
20-
<RepositoryUrl>https://github.com/nojaf/vite-plugin-fable</RepositoryUrl>
21-
<PackageProjectUrl>https://nojaf.com/vite-plugin-fable/</PackageProjectUrl>
22-
<FsDocsLicenseLink>https://github.com/nojaf/vite-plugin-fable/blob/main/LICENSE</FsDocsLicenseLink>
20+
<RepositoryUrl>https://github.com/fable-compiler/vite-plugin-fable</RepositoryUrl>
21+
<PackageProjectUrl>http://fable.io/vite-plugin-fable/</PackageProjectUrl>
22+
<FsDocsLicenseLink>https://github.com/fable-compiler/vite-plugin-fable/blob/main/LICENSE</FsDocsLicenseLink>
2323
<Authors>Florian Verdonck</Authors>
2424
</PropertyGroup>
2525
</Project>

Fable.Daemon.Tests/DebugTests.fs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ let fantomasTools =
4242
NoReflection = false
4343
}
4444

45-
let ronnies =
46-
{
47-
Project = @"C:\Users\nojaf\Projects\ronnies.be\app\App.fsproj"
48-
FableLibrary = fableLibrary
49-
Configuration = "Debug"
50-
Exclude = [| "Nojaf.Fable.React.Plugin" |]
51-
NoReflection = true
52-
}
45+
// let ronnies =
46+
// {
47+
// Project = @"C:\Users\nojaf\Projects\ronnies.be\app\App.fsproj"
48+
// FableLibrary = fableLibrary
49+
// Configuration = "Debug"
50+
// Exclude = [| "Nojaf.Fable.React.Plugin" |]
51+
// NoReflection = true
52+
// }
5353

5454
[<Test>]
5555
let DebugTest () =

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img alt="vite-plugin-fable logo" src="https://github.com/fable-compiler/vite-plugin-fable/blob/main/docs/img/logo.png?raw=true" height="300"></img>
77

88
> [!IMPORTANT]
9-
> This project is up for adoption. I'm looking for eager people to maintain this.<br>Please open a [discussion](https://github.com/nojaf/vite-plugin-fable/discussions) if you are interested!
9+
> This project is up for adoption. I'm looking for eager people to maintain this.<br>Please open a [discussion](https://github.com/fable-compiler/vite-plugin-fable/discussions) if you are interested!
1010
1111
## What is this?
1212

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ category: docs
1111
![vite-plugin-fable logo](./img/logo.png)
1212

1313
> This project is up for adoption. I'm looking for eager people to maintain this.<br>
14-
> Please open a [discussion](https://github.com/nojaf/vite-plugin-fable/discussions) if you are interested!
14+
> Please open a [discussion](https://github.com/fable-compiler/vite-plugin-fable/discussions) if you are interested!
1515
1616
## Introduction
1717

docs/local-fable-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Clone the [Fable repository](https://github.com/fable-compiler/Fable) as a sibli
1414

1515
## Using Local Fable Binaries
1616

17-
Set `<UseLocalFableCompiler>true</UseLocalFableCompiler>` in [Directory.Build.props](https://github.com/nojaf/vite-plugin-fable/blob/main/Directory.Build.props). After running `bun install`, the daemon will be built using the local binary.
17+
Set `<UseLocalFableCompiler>true</UseLocalFableCompiler>` in [Directory.Build.props](https://github.com/fable-compiler/vite-plugin-fable/blob/main/Directory.Build.props). After running `bun install`, the daemon will be built using the local binary.
1818

1919
## Use Local fable-library-js
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-fable",
33
"version": "0.0.34",
4-
"homepage": "https://nojaf.com/vite-plugin-fable/",
4+
"homepage": "http://fable.io/vite-plugin-fable/",
55
"description": "",
66
"main": "index.js",
77
"type": "module",

0 commit comments

Comments
 (0)