Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-26 15:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-26 15:10:14 +0300
commitee0b7522d90ace2053f1d8dfcdf6b01d50179ed1 (patch)
tree06d525028469d48ad828a67e9fb98b1080d7685f /doc/development/import_project.md
parentd79bf171e4bcbb551a8320211ee337368b4d114c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/import_project.md')
-rw-r--r--doc/development/import_project.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/import_project.md b/doc/development/import_project.md
index c63ba229921..7c55d2e2668 100644
--- a/doc/development/import_project.md
+++ b/doc/development/import_project.md
@@ -144,7 +144,7 @@ project files on disk.
##### Import is successful, but with a `Total number of not imported relations: XX` message, and issues are not created during the import
If you receive a `Total number of not imported relations: XX` message, and issues
-aren't created during the import, check [exceptions_json.log](../administration/logs.md#exceptions_jsonlog).
+aren't created during the import, check [exceptions_json.log](../administration/logs/index.md#exceptions_jsonlog).
You might see an error like `N is out of range for ActiveModel::Type::Integer with limit 4 bytes`,
where `N` is the integer exceeding the 4-byte integer limit. If that's the case, you
are likely hitting the issue with rebalancing of `relative_position` field of the issues.