Skip to content

Commit

Permalink
Update links to reflect the move to fable-compiler org
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 20, 2025
1 parent 642b057 commit 6ae523e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageReference Include="Fable.Compiler"/>
</ItemGroup>
<PropertyGroup>
<RepositoryUrl>https://github.com/nojaf/vite-plugin-fable</RepositoryUrl>
<PackageProjectUrl>https://nojaf.com/vite-plugin-fable/</PackageProjectUrl>
<FsDocsLicenseLink>https://github.com/nojaf/vite-plugin-fable/blob/main/LICENSE</FsDocsLicenseLink>
<RepositoryUrl>https://github.com/fable-compiler/vite-plugin-fable</RepositoryUrl>
<PackageProjectUrl>http://fable.io/vite-plugin-fable/</PackageProjectUrl>
<FsDocsLicenseLink>https://github.com/fable-compiler/vite-plugin-fable/blob/main/LICENSE</FsDocsLicenseLink>
<Authors>Florian Verdonck</Authors>
</PropertyGroup>
</Project>
16 changes: 8 additions & 8 deletions Fable.Daemon.Tests/DebugTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ let fantomasTools =
NoReflection = false
}

let ronnies =

This comment has been minimized.

Copy link
@nojaf

nojaf Feb 21, 2025

Member

Can be removed entirely really.
Also, please consider doing changes via PRs.
Otherwise, this flys under the radar.

This comment has been minimized.

Copy link
@Freymaurer

Freymaurer Feb 21, 2025

Author Collaborator

You are 100% right about using a PR. Just wanted to fix the links asap and did some of these on the phone 😅 Will add branch protection to main

{
Project = @"C:\Users\nojaf\Projects\ronnies.be\app\App.fsproj"
FableLibrary = fableLibrary
Configuration = "Debug"
Exclude = [| "Nojaf.Fable.React.Plugin" |]
NoReflection = true
}
// let ronnies =
// {
// Project = @"C:\Users\nojaf\Projects\ronnies.be\app\App.fsproj"
// FableLibrary = fableLibrary
// Configuration = "Debug"
// Exclude = [| "Nojaf.Fable.React.Plugin" |]
// NoReflection = true
// }

[<Test>]
let DebugTest () =
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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>

> [!IMPORTANT]
> 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!
> 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!
## What is this?

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ category: docs
![vite-plugin-fable logo](./img/logo.png)

> 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!
> Please open a [discussion](https://github.com/fable-compiler/vite-plugin-fable/discussions) if you are interested!
## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/local-fable-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Clone the [Fable repository](https://github.com/fable-compiler/Fable) as a sibli

## Using Local Fable Binaries

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.
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.

## Use Local fable-library-js

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-fable",
"version": "0.0.34",
"homepage": "https://nojaf.com/vite-plugin-fable/",
"homepage": "http://fable.io/vite-plugin-fable/",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 6ae523e

Please sign in to comment.