summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-06 18:22:55 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:45:19 -0400
commit9162f41462ad91e684260212141e1aeba0625933 (patch)
tree340aa5f0e82b53bd2a6561cfdcda65f112f7a864
parent1dde811c36c2d03c17df4d09d978907bbd608787 (diff)
downloadSMAPI-9162f41462ad91e684260212141e1aeba0625933.tar.gz
SMAPI-9162f41462ad91e684260212141e1aeba0625933.tar.bz2
SMAPI-9162f41462ad91e684260212141e1aeba0625933.zip
add redirect for old links until NuGet package is updated (#651)
-rw-r--r--docs/mod-build-config.md1
-rw-r--r--src/SMAPI.sln1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md
new file mode 100644
index 00000000..4ec83e93
--- /dev/null
+++ b/docs/mod-build-config.md
@@ -0,0 +1 @@
+[Documentation moved](technical/mod-package.md).
diff --git a/src/SMAPI.sln b/src/SMAPI.sln
index 8ee91b11..73852d30 100644
--- a/src/SMAPI.sln
+++ b/src/SMAPI.sln
@@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-67B9-4EFA-8DFC-4FB49B3949BB}"
ProjectSection(SolutionItems) = preProject
+ ..\docs\mod-build-config.md = ..\docs\mod-build-config.md
..\docs\README.md = ..\docs\README.md
..\docs\release-notes.md = ..\docs\release-notes.md
EndProjectSection