Skip to content

Commit 076d34f

Browse files
committed
broken links
1 parent 60b8b6b commit 076d34f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

v2/Generator/MultiGeneratorV2.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public string[] SourceNoRSCG()
123123
text = text.Replace("(integ-tests/", $"({d.Generator!.Source}/integ-tests/");
124124
text = text.Replace("(./samples", $"({d.Generator!.Source}/samples");
125125
text = text.Replace("(./tests", $"({d.Generator!.Source}/tests");
126+
text = text.Replace("(../../wiki/", $"({d.Generator!.Source}/wiki/");
126127

127128
text = text.Replace("(Documentation/", $"({d.Generator!.Source}/Documentation/");
128129
text = text.Replace("(src/", $"({d.Generator!.Source}/src/");

v2/rscg_examples_site/docs/RSCG-Examples/SG4MVC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ R4MVC runs as you build, and currently has only been tested on net6.0
5454

5555
## Get Started?
5656

57-
Just want to get started? Visit the [Get Started page](../../wiki/1.-Get-Started) for installation and configuration instructions.
57+
Just want to get started? Visit the [Get Started page](https://github.com/SG4MVC/SG4MVC/wiki/1.-Get-Started) for installation and configuration instructions.
5858

5959
## Benefits
6060

@@ -81,7 +81,7 @@ and that's just the beginning!
8181

8282
### Use the following links to get started
8383

84-
* **Install** SG4MVC is distributed using using [NuGet](http://nuget.org). Visit the [Get Started page](../../wiki/1.-Get-Started)
84+
* **Install** SG4MVC is distributed using using [NuGet](http://nuget.org). Visit the [Get Started page](https://github.com/SG4MVC/SG4MVC/wiki/1.-Get-Started)
8585
* **Discuss**: Discuss it on [GitHub](https://github.com/SG4MVC/SG4MVC/issues)
8686
* **Contribute**
8787
* **History & release notes**: [change history](https://github.com/SG4MVC/SG4MVC/CHANGELOG.md)
31 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)