Skip to content

Commit 61eefe6

Browse files
committed
[Doc] Fix URL
1 parent cfffced commit 61eefe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<RepositoryUrl>https://github.com/B2R2-org/B2R2</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
13-
<PackageProjectUrl>https://b2r2.org/APIDoc</PackageProjectUrl>
13+
<PackageProjectUrl>https://b2r2.org/B2R2</PackageProjectUrl>
1414
<PackageTags>Binary;Disassembly;Assembly;CFG;Reversing;x86;AARCH64;MIPS;AVR;ELF;Mach-O;PE</PackageTags>
1515
<FsDocsLogoSource>https://b2r2.org/images/b2r2-240x240.png</FsDocsLogoSource>
1616
<CustomPropTarget>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</CustomPropTarget>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ API Documentation
8787
-----------------
8888

8989
We currently use [fsdocs](https://github.com/fsprojects/FSharp.Formatting/) to
90-
generate our documentation: https://b2r2.org/APIDoc/.
90+
generate our documentation: https://b2r2.org/B2R2/.
9191

9292
Example
9393
-------

0 commit comments

Comments
 (0)